From 9365bc655c7e09c91dc499d2e1d6117ad0a97990 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Oct 2012 03:01:07 +0100 Subject: increase version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3f2dca..0f255ea 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from subprocess import Popen, PIPE -PONYSAY_VERSION = '2.8' +PONYSAY_VERSION = '2.9' -- cgit