From f72cfec815c84b92335424eda88c3966b335f31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 5 Jun 2019 00:36:27 +0200 Subject: [PATCH] Updated setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86ca7f6..2ebc27a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.rst'), encoding='utf-8') as f: setup( name='Stegano', - version='0.9.3', + version='0.9.4', author='Cédric Bonhomme', author_email='cedric@cedricbonhomme.org', packages=packages,