Skip to content

Commit

Permalink
For next release
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Nov 3, 2015
1 parent de44939 commit 76f3162
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 = 1
MINOR = 0
MICRO = 2
MINOR = 1
MICRO = 0
VERSION = "{}.{}.{}".format(MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 76f3162

Please sign in to comment.