diff --git a/setup.cfg b/setup.cfg
index 6463b56739238615d53b2ce2a70b6690aa3b1c5a..dc88f92d66839cb4ee8ad633a961e295a812a8eb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.0.12
+current_version = 0.0.13
 commit = True
 tag = True
 tag_name = {new_version}
diff --git a/setup.py b/setup.py
index b00b93ea53bb4c76d3db700660ca465e0e0ca54f..8fe9f4bb7bf360890cabc47df94c620aa34b54d4 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ class SchemaCommand(Command):
 
 setup(
     name="pi_mqtt_gpio",
-    version="0.0.12",
+    version="0.0.13",
     cmdclass={"insert_schema": SchemaCommand},
     packages=find_packages(
         exclude=[