diff --git a/setup.cfg b/setup.cfg
index 5af6b151d7106c499cd92c32d4099f38626332cd..bfb1a1d2efbf13bafccf2364755e693b3e25cfee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.5
+current_version = 0.2.6
 commit = True
 tag = True
 tag_name = {new_version}
diff --git a/setup.py b/setup.py
index 8527dc811f090964b6759e0e66f9fdd044e0b4b5..bb61c66972b0a802f4cda8f1c16c9a7707ac051d 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ class SchemaCommand(Command):
 
 setup(
     name="pi_mqtt_gpio",
-    version="0.2.5",
+    version="0.2.6",
     cmdclass={"insert_schema": SchemaCommand},
     packages=find_packages(
         exclude=[