diff --git a/madblog/__init__.py b/madblog/__init__.py
index 77fc1e2..93824aa 100644
--- a/madblog/__init__.py
+++ b/madblog/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.31"
+__version__ = "0.2.32"
diff --git a/setup.cfg b/setup.cfg
index 3464462..f269d5a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.31
+current_version = 0.2.32
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 0eb12bd..46adc34 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def readfile(file):
 
 setup(
     name="madblog",
-    version="0.2.31",
+    version="0.2.32",
     author="Fabio Manganiello",
     author_email="info@fabiomanganiello.com",
     description="A minimal platform for Markdown-based blogs",