Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgmacedo committed Dec 21, 2022
1 parent 2712c77 commit 636788c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.9.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@

setup(
name='python-statemachine',
version='0.8.0',
version='0.9.0',
description="Python Finite State Machines made easy.",
long_description=long_description,
author="Fernando Macedo",
Expand Down
2 changes: 1 addition & 1 deletion statemachine/__init__.py
Expand Up @@ -4,6 +4,6 @@

__author__ = """Fernando Macedo"""
__email__ = 'fgmacedo@gmail.com'
__version__ = '0.8.0'
__version__ = '0.9.0'

__all__ = ['StateMachine', 'State', 'Transition']

0 comments on commit 636788c

Please sign in to comment.