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