Skip to content

Commit

Permalink
REL: bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Dec 31, 2017
1 parent 31914b4 commit 5e5ef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
VERSION_FILE = '{name}/_version.py'.format(name=name)
MAJOR = 0
MINOR = 1
MICRO = 2
MICRO = 3
VERSION = '{major}.{minor}.{micro}'.format(
major=MAJOR, minor=MINOR, micro=MICRO)
VERSION_TEXT = (
Expand Down

0 comments on commit 5e5ef9f

Please sign in to comment.