bump version for dev

This commit is contained in:
Carl Meyer 2010-09-24 10:34:01 -04:00
parent 29f9f3e8fb
commit 4f316877c1

View file

@ -26,7 +26,7 @@ long_description = (open('README.rst').read() +
setup(
name='django-model-utils',
version='0.5.0',
version='0.5.0.post%s' % hgrev,
description='Django model mixins and utilities',
long_description=long_description,
author='Carl Meyer',