diff --git a/setup.cfg b/setup.cfg
index 4bff37dcbdf9068568c900d8abad246245f38457..6f90b148854a189b82b94dbf1bb1bb304fc8c7e1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.7.3
+current_version = 0.7.4
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index dc0c78e50ff37f9b5bbfea64af13e466490190c5..a68fb51fd800a1506e550bc7ee216546c99435a6 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ extras_require["all"] = list(
 
 setup(
     name="template",
-    version="0.7.3",
+    version="0.7.4",
     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 c6112986bc387fa5cd747ecf651a7a40b37c96fa..c218023718a892bdd8138e2a74202c23df32fedc 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -23,7 +23,7 @@ except ImportError:
     pass
 
 
-__version__ = "0.7.3"
+__version__ = "0.7.4"
 
 
 def render(template_string):