diff --git a/setup.py b/setup.py index 3c61618..37304c2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from distutils.core import setup setup(name='django-model-mixins', - version='1.0.3', + version='1.0.4', description='Simple helper to extend django models using mixins', author='Thomas Bartelmess', author_email='thomas.bartelmess@me.com',