Bumped to 0.1.9

This commit is contained in:
jevans 2013-06-20 19:24:37 -04:00
commit 22799554c4
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Jun 16, 2013 - Reading ICC profile headers as ordered dicts. Exif
Jun 16, 2013 - v0.1.9 Reading ICC profile headers as ordered dicts. Exif
dictionaries changed to ordered dicts. Honoring XDG_CONFIG_HOME
environment variable.

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.8'
release = '0.1.9'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import sys
kwargs = {'name': 'Glymur',
'version': '0.1.8',
'version': '0.1.9',
'description': 'Tools for accessing JPEG2000 files',
'long_description': open('README.md').read(),
'author': 'John Evans',