From 46544c3822418304295f83c3cb66bcaccaf0d723 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 29 Sep 2012 22:50:16 +0200 Subject: pdf update + version update --- ponysay.pdf | Bin 411258 -> 411245 bytes setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay.pdf b/ponysay.pdf index a08e061..673de30 100644 Binary files a/ponysay.pdf and b/ponysay.pdf differ diff --git a/setup.py b/setup.py index 4589dab..db5b0d1 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from subprocess import Popen, PIPE -PONYSAY_VERSION = '2.6' +PONYSAY_VERSION = '2.7' -- cgit