From f74047cae03e1a4d5c5d13eb0e12a96a0ada0061 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Fri, 26 Jun 2009 11:49:09 -0400 Subject: [PATCH] uploaded 0.2.3 (properly signed this time) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3dfe003..c7b5592 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-markitup', - version='0.2.3', + version='0.2.4', description='Django integration with the MarkItUp universal markup editor', long_description=open('README.txt').read(), author='Carl Meyer',