Updated MANIFEDT and setup.py for the new release.

This commit is contained in:
Cédric Bonhomme 2015-10-05 08:43:53 +02:00
parent 74b25de03c
commit 0d0960b351
2 changed files with 2 additions and 1 deletions

View file

@ -9,4 +9,5 @@ recursive-include bin/*
#Misc #Misc
include COPYING include COPYING
include README.md
include requirements.txt include requirements.txt

View file

@ -23,7 +23,7 @@ with open('README.md', 'r') as f:
setup( setup(
name='Stegano', name='Stegano',
version='0.4', version='0.4.1',
author='Cédric Bonhomme', author='Cédric Bonhomme',
author_email='cedric@cedricbonhomme.org', author_email='cedric@cedricbonhomme.org',
packages=packages, packages=packages,