Skip to content

Commit

Permalink
Revert to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Oct 22, 2016
1 parent cd45ef5 commit 4734997
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import importlib

MAJOR = 0
MINOR = 0
MICRO = 9
ISRELEASED = True
MINOR = 1
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit 4734997

Please sign in to comment.