Bump version for dev.

This commit is contained in:
Carl Meyer 2013-01-27 15:32:38 -08:00
parent e86a2e2e2b
commit 3abefce3dd

View file

@ -8,7 +8,7 @@ long_description = (open('README.rst').read() +
setup(
name='django-model-utils',
version='1.2.0',
version='1.2.0.post1',
description='Django model mixins and utilities',
long_description=long_description,
author='Carl Meyer',