diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ os.chdir(os.path.normpath(os.path.join(o setup( name='django-conntrackt', - version='0.3.0', + version='0.3-maint', packages=find_packages(exclude=["testproject", "testproject.*"]), include_package_data=True, license='GPLv3+',