From 04322fb7ff37eb1fde888721028d9dcb5941bcb3 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 15 Apr 2011 22:35:39 +0200 Subject: [PATCH] =?UTF-8?q?Release=200.3.=20You=20can=20now=20use=20St?= =?UTF-8?q?=C3=A9gan=C3=B4=20as=20a=20library=20in=20your=20Python=20progr?= =?UTF-8?q?am=20(python=20setup.py=20install)=20or=20as=20a=20'program'=20?= =?UTF-8?q?thanks=20to=20the=20scripts=20provided=20in=20the=20bin=20direc?= =?UTF-8?q?tory.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63a66f9..6d013d8 100644 --- a/setup.py +++ b/setup.py @@ -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'],