Skip to content

Commit

Permalink
Tag v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Dec 24, 2014
1 parent ee52482 commit e0994b4
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 @@ -8,8 +8,8 @@

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

Expand Down

0 comments on commit e0994b4

Please sign in to comment.