Skip to content

Commit

Permalink
Bump version: 0.2.0 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nazavode committed Jan 22, 2017
1 parent 3b32ddd commit f599f46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .bumpversion.cfg
@@ -1,12 +1,13 @@
[bumpversion]
commit = True
tag = True
current_version = 0.2.0
current_version = 1.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:file:setup.py]

[bumpversion:file:automaton/__init__.py]

2 changes: 1 addition & 1 deletion automaton/__init__.py
Expand Up @@ -33,7 +33,7 @@
__author__ = 'Federico Ficarelli'
__copyright__ = 'Copyright (c) 2015 Federico Ficarelli'
__license__ = 'Apache License Version 2.0'
__version__ = '0.2.0'
__version__ = '1.0.0'

__all__ = (
# Version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@

setup(
name="python-automaton",
version='0.2.0',
version='1.0.0',
description="Minimal finite-state machines",
long_description=long_description,
author="Federico Ficarelli",
Expand Down

0 comments on commit f599f46

Please sign in to comment.