diff --git a/setup.cfg b/setup.cfg
index 8fae1faad6c736249ba9ae00dc4103daffc0e7e6..4c20ae812db5808899af8ee91cf989d08b6e48e3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.6.4
+current_version = 0.6.5
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index db521331eb19fc3200ff1573296ea18adc050cf2..0a5a8c9bacaddfb3e5ca660a66bf13c707f58f34 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from template import __doc__ as description
 
 setup(
     name="template",
-    version="0.6.4",
+    version="0.6.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 67baf5c1644e9f49c3b1474d788b85626cbb5b87..afab16369ebd650337a1024021de10de90513676 100644
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -24,7 +24,7 @@ except ImportError:
     pass
 
 
-__version__ = "0.6.4"
+__version__ = "0.6.5"
 
 
 def render(template_string):