diff --git a/deepecho/__init__.py b/deepecho/__init__.py index 7fbf05e..cf1c7fa 100644 --- a/deepecho/__init__.py +++ b/deepecho/__init__.py @@ -2,7 +2,7 @@ __author__ = 'DataCebo, Inc.' __email__ = 'info@sdv.dev' -__version__ = '0.6.1.dev1' +__version__ = '0.6.1' __path__ = __import__('pkgutil').extend_path(__path__, __name__) from deepecho.demo import load_demo diff --git a/pyproject.toml b/pyproject.toml index a699f4a..d5d9f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ use_parentheses = true collect_ignore = ['pyproject.toml'] [tool.bumpversion] -current_version = "0.6.1.dev1" +current_version = "0.6.1" parse = '(?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))?' serialize = [ '{major}.{minor}.{patch}.{release}{candidate}',