Skip to content

Commit

Permalink
REL: bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Feb 14, 2017
1 parent fa37694 commit a808dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
README = 'README.md'
VERSION_FILE = '{name}/_version.py'.format(name=name)
MAJOR = 0
MINOR = 0
MICRO = 11
MINOR = 1
MICRO = 0
VERSION = '{major}.{minor}.{micro}'.format(
major=MAJOR, minor=MINOR, micro=MICRO)
VERSION_TEXT = (
Expand Down

0 comments on commit a808dc1

Please sign in to comment.