diff --git a/setup.cfg b/setup.cfg
index 6f90b148854a189b82b94dbf1bb1bb304fc8c7e1..4075ebe99f1655db883daa38bd0b59213a6fd79c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.7.4
+current_version = 0.7.5
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index a68fb51fd800a1506e550bc7ee216546c99435a6..565bd493ce018b50f7b0cc6fabcf0a4dfdc24f50 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ extras_require["all"] = list(
 
 setup(
     name="template",
-    version="0.7.4",
+    version="0.7.5",
     description=description,
     long_description=open("README.rst", "r").read(),
     long_description_content_type="text/x-rst",
diff --git a/template/__init__.py b/template/__init__.py
index fee78d16ae1f123e35dda44394e50f2e4c9609a0..9394ab4b63590e634a4b75d9e5179f62e7a4f6f6 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -24,7 +24,7 @@ except ImportError:
     pass
 
 
-__version__ = "0.7.4"
+__version__ = "0.7.5"
 
 
 def render(template_string):