diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 60cf305..f9de0a8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = True diff --git a/autosig/__init__.py b/autosig/__init__.py index 15e0624..ef2babc 100644 --- a/autosig/__init__.py +++ b/autosig/__init__.py @@ -14,4 +14,4 @@ ] __author__ = """Antonio Piccolboni""" __email__ = 'autosig@piccolboni.info' -__version__ = '0.8.1' +__version__ = '0.8.2' diff --git a/pyproject.toml b/pyproject.toml index 0f666db..3b4e71b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license="GPL-3.0" name = "autosig" readme = "README.rst" repository="https://github.com/piccolbo/autosig" -version = "0.8.1" +version = "0.8.2" classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers",