Skip to content

Commit 6394422

Browse files
committed
Bump version: 0.8.1.dev1 → 0.8.1
1 parent 82eb346 commit 6394422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deepecho/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'DataCebo, Inc.'
44
__email__ = 'info@sdv.dev'
5-
__version__ = '0.8.1.dev1'
5+
__version__ = '0.8.1'
66
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
77

88
from deepecho.demo import load_demo

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ use_parentheses = true
127127
collect_ignore = ['pyproject.toml']
128128

129129
[tool.bumpversion]
130-
current_version = "0.8.1.dev1"
130+
current_version = "0.8.1"
131131
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
132132
serialize = [
133133
'{major}.{minor}.{patch}.{release}{candidate}',

0 commit comments

Comments
 (0)