Release 0.3. You can now use Stéganô as a library in your Python program (python setup.py install) or as a 'program' thanks to the scripts provided in the bin directory.

This commit is contained in:
cedricbonhomme 2011-04-15 22:35:39 +02:00
parent ea472c0e9a
commit 04322fb7ff

View file

@ -6,7 +6,7 @@ import os
setup(
name='Stegano',
version='0.2',
version='0.3',
author='Cédric Bonhomme',
author_email='kimble.mandel@gmail.com',
packages=['stegano'],