released 0.2.2

This commit is contained in:
Carl Meyer 2009-06-26 11:27:03 -04:00
parent eb07823613
commit d2a8b3a5c2

View File

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