bumped version number

This commit is contained in:
Cédric Bonhomme 2019-03-06 22:32:47 +01:00
parent 3e8b6cdfd0
commit 8d1985dfae
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Release History
===============
0.9.1 (2019-03-06)
------------------
* updated Pillow dependency in order to fix a bug when opening some PNG files.
0.9.0 (2018-12-18)
------------------

View file

@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf-8') as f:
setup(
name='Stegano',
version='0.9.0',
version='0.9.1',
author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org',
packages=packages,