We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f3227 commit 39b5181Copy full SHA for 39b5181
deepecho/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'DataCebo, Inc.'
4
__email__ = 'info@sdv.dev'
5
-__version__ = '0.8.0.dev0'
+__version__ = '0.8.0'
6
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
7
8
from deepecho.demo import load_demo
pyproject.toml
@@ -128,7 +128,7 @@ use_parentheses = true
128
collect_ignore = ['pyproject.toml']
129
130
[tool.bumpversion]
131
-current_version = "0.8.0.dev0"
+current_version = "0.8.0"
132
parse = '(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<candidate>\d+))?'
133
serialize = [
134
'{major}.{minor}.{patch}.{release}{candidate}',
0 commit comments