Skip to content

Commit 6a6ea32

Browse files
committed
Bump version: 0.6.1.dev1 → 0.6.1
1 parent 0b6a617 commit 6a6ea32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deepecho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = 'DataCebo, Inc.'
44
__email__ = '[email protected]'
5-
__version__ = '0.6.1.dev1'
5+
__version__ = '0.6.1'
66
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
77

88
from deepecho.demo import load_demo

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ use_parentheses = true
122122
collect_ignore = ['pyproject.toml']
123123

124124
[tool.bumpversion]
125-
current_version = "0.6.1.dev1"
125+
current_version = "0.6.1"
126126
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
127127
serialize = [
128128
'{major}.{minor}.{patch}.{release}{candidate}',

0 commit comments

Comments
 (0)