Skip to content

Commit 39b5181

Browse files
committed
Bump version: 0.8.0.dev0 → 0.8.0
1 parent a0f3227 commit 39b5181

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.0.dev0'
5+
__version__ = '0.8.0'
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
@@ -128,7 +128,7 @@ use_parentheses = true
128128
collect_ignore = ['pyproject.toml']
129129

130130
[tool.bumpversion]
131-
current_version = "0.8.0.dev0"
131+
current_version = "0.8.0"
132132
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
133133
serialize = [
134134
'{major}.{minor}.{patch}.{release}{candidate}',

0 commit comments

Comments
 (0)