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