bump version for dev

This commit is contained in:
Carl Meyer 2010-03-16 17:56:48 -04:00
parent 232a1241bf
commit 524294ccec

View file

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