Skip to content

Commit

Permalink
Bump version to prepare for PyPI release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjulian committed Mar 19, 2019
1 parent aa89fac commit 106b141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/akro/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
import os

# Update this every release to be 'v{next release number}'
NEXT_VERSION = 'v0.0.1'
NEXT_VERSION = 'v0.0.2'

__version__ = os.environ.get('TRAVIS_TAG', '{}-dev'.format(NEXT_VERSION))

0 comments on commit 106b141

Please sign in to comment.