diff --git a/setup.cfg b/setup.cfg
index 5f5cc0f450d799a9446384f4f65bab035c2eb714..6463b56739238615d53b2ce2a70b6690aa3b1c5a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.0.11
+current_version = 0.0.12
 commit = True
 tag = True
 tag_name = {new_version}
diff --git a/setup.py b/setup.py
index 1a8388f765d38eed9f0b074cdcb3ad25547c7199..76d8cb87c6671fca7a1a7a51fe2f1f1408db25ed 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ def required(fname):
 
 setup(
     name="pi_mqtt_gpio",
-    version="0.0.11",
+    version="0.0.12",
     packages=find_packages(
         exclude=[
             "*.tests",