From 7a95e025ab1dc29aa5a074c61941978f19111fea Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 26 Mar 2009 17:08:47 -0500 Subject: [PATCH] bump version to 0.3.0pre --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f67dbe..c42737e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-markitup', - version='0.2.0', + version='0.3.0pre', description='Django integration with the MarkItUp universal markup editor', author='Carl Meyer', author_email='carl@dirtcircle.com',