Skip to content

Commit

Permalink
Bump micro version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster committed May 10, 2019
1 parent e57abe1 commit f4e5f88
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 @@ -10,9 +10,9 @@

MAJOR = 6
MINOR = 1
MICRO = 0
MICRO = 1

IS_RELEASED = True
IS_RELEASED = False

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit f4e5f88

Please sign in to comment.