diff --git a/setup.cfg b/setup.cfg
index a9aaff61d80dbaa29150feed87b05a05ba5124de..b81e24bfeb9bc7d9a14f9c834604432d50100154 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.4.6
+current_version = 0.4.7
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index fade778517b122f456fccf99a05c733ad6bd47a0..7073975a59075d4c7d6ae69494f941fc9d454dc6 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="template",
-    version="0.4.6",
+    version="0.4.7",
     description="""A CLI tool for generating files from Jinja2 templates and
     environment variables.""",
     long_description=open("README.rst", "r").read(),
diff --git a/template/__init__.py b/template/__init__.py
index 0718328dc4d8084bbf4314bdf48637a3dc3c7d6b..a00f3f20c314805329e846ff7bdab7d36234c42c 100755
--- a/template/__init__.py
+++ b/template/__init__.py
@@ -16,7 +16,7 @@ import template.filters
 from jinja2 import Environment
 
 
-__version__ = "0.4.6"
+__version__ = "0.4.7"
 
 
 def render(template_string):