Bumping to 0.1.7

This commit is contained in:
John Evans 2013-06-07 08:54:09 -04:00
commit 802b294bc5
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Jun 07, 2013 - Changed Exif dictionary names from ['Exif', 'Photo', 'Iop',
'GPSInfo'] to ['Image', 'Photo', 'Iop', 'GPSInfo'].
Jun 07, 2013 - v0.1.7 Changed Exif dictionary names from ['Exif', 'Photo',
'Iop', 'GPSInfo'] to ['Image', 'Photo', 'Iop', 'GPSInfo'].
Jun 06, 2013 - v0.1.6 Exif classes made private. Refactored IFD post
processing. Corrected omission of Exif in UUIDBox docstring.

View file

@ -78,7 +78,7 @@ copyright = u'2013, John Evans'
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.6'
release = '0.1.7'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -1,7 +1,7 @@
from distutils.core import setup
kwargs = {'name': 'Glymur',
'version': '0.1.6',
'version': '0.1.7',
'description': 'Tools for accessing JPEG2000 files',
'long_description': open('README.md').read(),
'author': 'John Evans',