From 28daac65df59bf77a07de9001287a68546542705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Thu, 4 Apr 2013 01:48:44 +0200 Subject: [PATCH] update 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 7281cc9c..12b51e7b 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from subprocess import Popen, PIPE -PONYSAY_VERSION = '3.0alpha' +PONYSAY_VERSION = '3.0beta'