diff --git a/setup.cfg b/setup.cfg
index e055c2163290500a2194dfe931b49c9b7f38ae44..c44293f2b90d9991b62bacaf83cde63f5a8c693c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.6.6
+current_version = 0.7.0
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 07e2fa75bde978e99bbdc9f81479fa16e3ae71b3..42d8204bab263864bc48facefad9fc2650afac46 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from template import __doc__ as description
 
 setup(
     name="template",
-    version="0.6.6",
+    version="0.7.0",
     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 6849b124ce28878f546e7bd5268c1437cad7f865..59ce2f81f20c1c770b78c63f7b82632cc2a327d6 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -24,7 +24,7 @@ except ImportError:
     pass
 
 
-__version__ = "0.6.6"
+__version__ = "0.7.0"
 
 
 def render(template_string):