diff --git a/setup.cfg b/setup.cfg
index 4075ebe99f1655db883daa38bd0b59213a6fd79c..b059835dadd0e4e8823dde206b8db9b3e638c7df 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.7.5
+current_version = 0.7.6
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 565bd493ce018b50f7b0cc6fabcf0a4dfdc24f50..4102f934e81636bc97fe6b918c1ed2064fcbb67c 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ extras_require["all"] = list(
 
 setup(
     name="template",
-    version="0.7.5",
+    version="0.7.6",
     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 9394ab4b63590e634a4b75d9e5179f62e7a4f6f6..8cbf0c5d0ec049855d87803d54b8e7dffe40e5ee 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -24,7 +24,7 @@ except ImportError:
     pass
 
 
-__version__ = "0.7.5"
+__version__ = "0.7.6"
 
 
 def render(template_string):