uploaded 0.2.3 (properly signed this time)

This commit is contained in:
Carl Meyer 2009-06-26 11:49:09 -04:00
parent 921b022f5d
commit f74047cae0

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='django-markitup', name='django-markitup',
version='0.2.3', version='0.2.4',
description='Django integration with the MarkItUp universal markup editor', description='Django integration with the MarkItUp universal markup editor',
long_description=open('README.txt').read(), long_description=open('README.txt').read(),
author='Carl Meyer', author='Carl Meyer',