Skip to content

Commit

Permalink
bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Aug 21, 2015
1 parent 19b77e8 commit 460646b
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 @@ -7,9 +7,9 @@

MAJOR = 1
MINOR = 0
MICRO = 2
MICRO = 3

IS_RELEASED = True
IS_RELEASED = False

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

Expand Down

0 comments on commit 460646b

Please sign in to comment.