Skip to content

Commit

Permalink
Merge branch 'hotfix/0.1.4' into main
Browse files Browse the repository at this point in the history
* hotfix/0.1.4:
  Bump version and toggle is_released
  • Loading branch information
alecandido committed Oct 30, 2020
2 parents a878f32 + a8d703b commit 22e3e8b
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 @@ -4,8 +4,8 @@
# write version on the fly - inspired by numpy
MAJOR = 0
MINOR = 1
MICRO = 3
ISRELEASED = False
MICRO = 4
ISRELEASED = True
SHORT_VERSION = "%d.%d" % (MAJOR, MINOR)
VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 22e3e8b

Please sign in to comment.