From 284ac4091762ed2e84d8cc4fb09d7f4569759179 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Tue, 31 Mar 2009 23:09:22 -0500 Subject: [PATCH] version to 0.2.2dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 035cf83..c257ca0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-markitup', - version='0.2.1', + version='0.2.2dev', description='Django integration with the MarkItUp universal markup editor', author='Carl Meyer', author_email='carl@dirtcircle.com',