Skip to content

Commit

Permalink
Bump version: 0.9.2 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piccolbo committed Jul 1, 2020
1 parent c2cda6b commit 8ca0930
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.2
current_version = 0.10.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion autosig/__init__.py
Expand Up @@ -5,4 +5,4 @@
__all__ = ["Signature", "autosig", "param", "Retval"]
__author__ = """Antonio Piccolboni"""
__email__ = "autosig@piccolboni.info"
__version__ = "__version__ = '0.9.2'"
__version__ = "__version__ = '0.10.0'"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ license="GPL-3.0"
name = "autosig"
readme = "README.rst"
repository="https://github.com/piccolbo/autosig"
version = "0.9.2"
version = "0.10.0"
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 8ca0930

Please sign in to comment.