diff --git a/setup.py b/setup.py
index ec0e03fdf4dce968653556984b21c5eab9139d1a..a5f930096a8a3abacc753abc0ff05067281db8f9 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.1.2',
+    version='2.2.0',
     packages=find_packages(),
     include_package_data=True,
     license='MIT License',