From 7839e587d7b9b51c205b3775906046b18dbc71e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Fri, 5 Apr 2013 14:27:55 +0200 Subject: [PATCH] increase version in setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be12f7f5..5f0be14f 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from subprocess import Popen, PIPE -PONYSAY_VERSION = '3.0' +PONYSAY_VERSION = '3.0.1'