mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
Bumped version number.
This commit is contained in:
parent
54277960d9
commit
37a0bc2fa2
3 changed files with 58 additions and 48 deletions
3
setup.py
3
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue