mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
v0.2.0
--HG-- extra : convert_revision : carl%40dirtcircle.com-20090702201604-92x51wt6rvhzsm2i
This commit is contained in:
parent
2d018ca847
commit
8294f17a8e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-model-utils',
|
||||
version='0.1.0',
|
||||
version='0.2.0',
|
||||
description='Django model mixins and utilities',
|
||||
long_description=open('README.txt').read(),
|
||||
author='Carl Meyer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue