Bumped version in setup.py.
parent
2aadab6038
commit
1d42927382
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'django_polymorphic',
|
name = 'django_polymorphic',
|
||||||
version = '0.3.1',
|
version = '0.4.0',
|
||||||
description = 'Seamless Polymorphic Inheritance for Django Models',
|
description = 'Seamless Polymorphic Inheritance for Django Models',
|
||||||
url = 'https://github.com/chrisglass/django_polymorphic',
|
url = 'https://github.com/chrisglass/django_polymorphic',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue