diff --git a/setup.py b/setup.py index fd368230bd132cb916e605d935dba1de26b4ed82..0120713bdd81422629dab3c593817accc3e6a4fd 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-hshassets', - version='2.2.17', + version='2.2.18', packages=find_packages(), include_package_data=True, license='MIT License',