Bumped version number.

This commit is contained in:
Cédric Bonhomme 2019-04-10 15:17:45 +02:00
parent ba3cde6112
commit 5bb91d2ff0
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,14 @@
Release History
===============
0.9.3 (2019-04-10)
------------------
* it is now possible to either pass the location of an image or directly pass
an already opened Image.Image to the hide and reveal methods;
* code re-formatted a bit with black.
0.9.2 (2019-04-04)
------------------

View file

@ -10,5 +10,6 @@ Contributors
- Maxwell Gerber
- Nejdet Çağdaş Yücesoy <nejdetyucesoy@gmail.com>
- panni <panni@fragstore.net>
- Peter Justin <peter@peterjustin.me>
Thank you to the testers!

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.2',
version='0.9.3',
author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org',
packages=packages,