From e8ae29dfbf33f92bd9821326eeb8a53b4dd52505 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 6 Nov 2010 02:40:37 +0000 Subject: [PATCH] setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dba98f2b..13a67957 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if sys.version_info < (2,7): setup( name = "pelican", - version = '2.4.2', + version = '2.4.3', url = 'http://alexis.notmyidea.org/pelican/', author = 'Alexis Metaireau', author_email = 'alexis@notmyidea.org',