Bumping to 0.1.7
This commit is contained in:
parent
3f46cba049
commit
802b294bc5
3 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue