Bumped release.

This commit is contained in:
John Evans 2013-05-27 07:45:26 -04:00
commit a248abb4ee

View file

@ -1,7 +1,7 @@
from distutils.core import setup
kwargs = {'name': 'glymur',
'version': '0.1.0',
'version': '0.1.1',
'description': 'Tools for manipulating JPEG2000 files',
'long_description': open('README').read(),
'author': 'John Evans',