diff --git a/setup.py b/setup.py
index ca371ec0a99c68572d0e7cc3b3b24019a349e17f..f8038a3da1c3e50c8637a4e314ffdd63d8534058 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.5.1',
+    version='1.5.2',
     packages=find_packages(),
     include_package_data=True,
     license='MIT License',