diff --git a/setup.cfg b/setup.cfg
index bbae57ac9d206ac0db71cd701bfa6fa00386d55e..72d0be8e0f527679e271d4a9682412dae9149c00 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.5.0
+current_version = 0.5.1
 commit = True
 tag = True
 tag_name = {new_version}
diff --git a/setup.py b/setup.py
index 745ba46f269a14aa53bdedea4b64fd50f8f1036d..050d334eada6e49b795c467b4d809c5d500f9921 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ class SchemaCommand(Command):
 
 setup(
     name="pi_mqtt_gpio",
-    version="0.5.0",
+    version="0.5.1",
     cmdclass={"insert_schema": SchemaCommand},
     packages=find_packages(
         exclude=[