Bumping back to 0.1.2

This commit is contained in:
John Evans 2013-05-31 08:30:07 -04:00
commit 68b60aec95
3 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
from distutils.core import setup
kwargs = {'name': 'Glymur',
'version': '0.2.0',
'description': 'Tools for manipulating JPEG2000 files',
'long_description': open('README').read(),
'version': '0.1.2',
'description': 'Tools for accessing JPEG2000 files',
'long_description': open('README.md').read(),
'author': 'John Evans',
'author_email': 'johnevans938 at gmail dot com',
'url': 'https://github.com/quintusdias/glymur',