From 1d4292738276f32afc8f9038b8242695ae83b2dc Mon Sep 17 00:00:00 2001 From: Chris Glass Date: Mon, 25 Mar 2013 10:11:09 +0100 Subject: [PATCH] Bumped version in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8faf3e1..4a379a6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = 'django_polymorphic', - version = '0.3.1', + version = '0.4.0', description = 'Seamless Polymorphic Inheritance for Django Models', url = 'https://github.com/chrisglass/django_polymorphic',