Skip to content

Commit

Permalink
bump to 1.1.1 dev (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos authored Sep 19, 2019
1 parent 6daa88d commit 1462a76
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 = 1
MICRO = 0
MICRO = 1

IS_RELEASED = True
IS_RELEASED = False

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

Expand Down

0 comments on commit 1462a76

Please sign in to comment.