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 1afc690 commit 263b591Copy full SHA for 263b591
deepecho/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'DataCebo, Inc.'
4
__email__ = '[email protected]'
5
-__version__ = '0.7.0'
+__version__ = '0.7.1.dev0'
6
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
7
8
from deepecho.demo import load_demo
pyproject.toml
@@ -126,7 +126,7 @@ use_parentheses = true
126
collect_ignore = ['pyproject.toml']
127
128
[tool.bumpversion]
129
-current_version = "0.7.0"
+current_version = "0.7.1.dev0"
130
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
131
serialize = [
132
'{major}.{minor}.{patch}.{release}{candidate}',
0 commit comments