Skip to content

Commit

Permalink
Increased the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Nov 6, 2017
1 parent 225204c commit f441ef4
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 @@ -15,8 +15,8 @@


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


Expand Down

0 comments on commit f441ef4

Please sign in to comment.