Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgmacedo committed Jan 23, 2020
1 parent 572763d commit 30ffa30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.8.0
commit = True
tag = True

Expand All @@ -16,3 +16,4 @@ universal = 1

[flake8]
exclude = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='python-statemachine',
version='0.7.1',
version='0.8.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
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

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

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

0 comments on commit 30ffa30

Please sign in to comment.