Bumping back to 0.1.2
This commit is contained in:
parent
857940e9bf
commit
68b60aec95
3 changed files with 6 additions and 6 deletions
6
setup.py
6
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue