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