Skip to content

Commit

Permalink
REL: set version to 0.15.1 (second try)
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Jan 18, 2015
1 parent 6e021fb commit fcdc3d7
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 @@ -50,8 +50,8 @@

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


Expand Down

0 comments on commit fcdc3d7

Please sign in to comment.