diff --git a/setup.py b/setup.py index e27d7b2..eb18de6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='django-auditlog', - version='0.5.3', + version='0.6.0', packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'], package_dir={'': 'src'}, url='https://github.com/MacmillanPlatform/django-auditlog/',