diff --git a/setup.py b/setup.py index 1ed8bec..615982d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-progressive-web-app', - version='0.1.2', + version='0.1.1', packages=find_packages(), include_package_data=True, license='MIT License',