New minor release (v0.6.5).

This commit is contained in:
Cédric Bonhomme 2017-02-16 10:18:43 +01:00
parent f8f0ba22aa
commit 2011f197cd
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
5 changed files with 40 additions and 15 deletions

View file

@ -36,7 +36,7 @@ with open('CHANGELOG.rst', 'r') as f:
setup(
name='Stegano',
version='0.6.4',
version='0.6.5',
author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org',
packages=packages,
@ -44,7 +44,7 @@ setup(
scripts=scripts,
url='https://github.com/cedricbonhomme/Stegano',
description='A Python Steganography module.',
long_description=readme + '\n\n' + changelog,
long_description=readme + '\n|\n|\n|\n' + changelog,
platforms = ['Linux'],
license='GPLv3',
install_requires=requires,