mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
bump version for dev
This commit is contained in:
parent
232a1241bf
commit
524294ccec
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue