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,4 +1,4 @@
May 30, 2013 - v0.2.0. Added XMP UUID read support. Added jp2 boxes to rst
May 30, 2013 - v0.1.2. Added XMP UUID read support. Added jp2 boxes to rst
docs, XMLBox.indent method made into a private module method. Precinct
sizes restricted to be multiples of two.

View file

@ -73,9 +73,9 @@ copyright = u'2013, John Evans'
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.1.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

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',