Skip to content

Commit

Permalink
Increment version micro to update pip/conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
darothen committed Sep 1, 2017
1 parent 186ce66 commit f0bc8f5
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 @@ -36,7 +36,7 @@

MAJOR = 0
MINOR = 3
MICRO = 0
MICRO = 1
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MICRO)
DEV = False

Expand Down

0 comments on commit f0bc8f5

Please sign in to comment.