bump version to 0.3.0pre

This commit is contained in:
Carl Meyer 2009-03-26 17:08:47 -05:00
parent 9c281e0824
commit 7a95e025ab

View File

@ -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',