diff --git a/setup.py b/setup.py index c3f2473..1567364 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "1.0.0" +VERSION = "1.1.0" LONG_DESCRIPTION = """ ================================= @@ -39,4 +39,4 @@ ], keywords=['django','settings','utility'], packages=find_packages(), -) \ No newline at end of file +)