Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
Should fix #12
  • Loading branch information
Ludovic Rousseau committed Sep 20, 2015
1 parent dd17163 commit 7065afc
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 @@ -78,7 +78,7 @@
platform_extra_link_args = [] # ['-ggdb']


VERSION_INFO = (1, 9, 0, 0)
VERSION_INFO = (1, 9, 1, 0)
VERSION_STR = '%i.%i.%i' % VERSION_INFO[:3]
VERSION_ALT = '%i,%01i,%01i,%04i' % VERSION_INFO

Expand Down

0 comments on commit 7065afc

Please sign in to comment.