We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786d855 commit 1621ab9Copy full SHA for 1621ab9
deepecho/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'DataCebo, Inc.'
4
__email__ = '[email protected]'
5
-__version__ = '0.6.0.dev1'
+__version__ = '0.6.0'
6
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
7
8
from deepecho.demo import load_demo
pyproject.toml
@@ -122,7 +122,7 @@ use_parentheses = true
122
collect_ignore = ['pyproject.toml']
123
124
[tool.bumpversion]
125
-current_version = "0.6.0.dev1"
+current_version = "0.6.0"
126
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
127
serialize = [
128
'{major}.{minor}.{patch}.{release}{candidate}',
0 commit comments