Bumped version number.

This commit is contained in:
Cédric Bonhomme 2019-10-27 22:49:38 +01:00
parent 54277960d9
commit 37a0bc2fa2
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
3 changed files with 58 additions and 48 deletions

View file

@ -33,7 +33,7 @@ with codecs.open(os.path.join(here, 'CHANGELOG.md'), encoding='utf-8') as f:
setup(
name='Stegano',
version='0.9.5',
version='0.9.7',
author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org',
packages=packages,
@ -41,6 +41,7 @@ setup(
scripts=scripts,
url='https://git.sr.ht/~cedric/Stegano',
description='A pure Python Steganography module.',
long_description_content_type='text/markdown',
long_description=readme + '\n\n' + changelog,
platforms = ['Linux'],
license='GPLv3',