diff --git a/setup.py b/setup.py index adae284cd48e1ad275ad9e0bc2a229e7758e6309..aa44d6e15f01fc4657697bc1624aeb9999e1112b 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='1.6.0', + version='1.6.1', packages=find_packages(), include_package_data=True, license='MIT License',