bump to v0.2.5

This commit is contained in:
Carl Meyer 2009-07-13 18:34:26 -04:00
parent 25abe18969
commit 99a5d7b05b

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='django-markitup', name='django-markitup',
version='0.2.4', version='0.2.5',
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',