diff --git a/setup.cfg b/setup.cfg
index c44293f2b90d9991b62bacaf83cde63f5a8c693c..8241da2ee4a89ccda34b007db5cea70a1dbf9a61 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.7.0
+current_version = 0.7.1
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 42d8204bab263864bc48facefad9fc2650afac46..90e672b313a29dd425e9ad9b7f7aebe308e96c19 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from template import __doc__ as description
 
 setup(
     name="template",
-    version="0.7.0",
+    version="0.7.1",
     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 ccf326def783d9f991fa76d963c3235b6c3d2d08..87aab82fe9291631a575dbe02b20b7b27ab67d09 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -24,7 +24,7 @@ except ImportError:
     pass
 
 
-__version__ = "0.7.0"
+__version__ = "0.7.1"
 
 
 def render(template_string):