Skip to content

Commit

Permalink
Merge pull request #79 from rjleveque/v5.3.1
Browse files Browse the repository at this point in the history
change version number in setup.py to 5.3.1
  • Loading branch information
rjleveque committed Nov 10, 2015
2 parents c729616 + ea000d2 commit c3d8c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

MAJOR = 5
MINOR = 3
MICRO = 0
MICRO = 1
TYPE = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)

Expand Down

0 comments on commit c3d8c31

Please sign in to comment.