Skip to content

Commit 1afc690

Browse files
committed
Bump version: 0.7.0.dev1 → 0.7.0
1 parent a71744a commit 1afc690

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.7.0.dev1'
5+
__version__ = '0.7.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
@@ -126,7 +126,7 @@ use_parentheses = true
126126
collect_ignore = ['pyproject.toml']
127127

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

0 commit comments

Comments
 (0)