diff --git a/doc/build/genhtml.py b/doc/build/genhtml.py
index 5296bc0..fea4703 100644
--- a/doc/build/genhtml.py
+++ b/doc/build/genhtml.py
@@ -23,7 +23,7 @@
]
title='Mako Documentation'
-version = '0.1.0'
+version = '0.1.1'
root = toc.TOCElement('', 'root', '', version=version, doctitle=title)
diff --git a/setup.py b/setup.py
index 10a2832..a4c934e 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.1.0'
+version = '0.1.1'
setup(name='Mako',
version=version,