Skip to content

Commit

Permalink
Bump NEXT_VERSION for v0.0.1 release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjulian authored May 14, 2019
1 parent 2d22221 commit 8aa5c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dowel/__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 8aa5c7a

Please sign in to comment.