diff --git a/setup.cfg b/setup.cfg index 4522d9c0ce0d35d6af9f79864f1c94af52748071..99d2fb6aeb6491db562f5a72d8b2e94019e8bb33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True tag_name = {new_version} @@ -12,3 +12,4 @@ test = pytest [flake8] exclude = docs + diff --git a/setup.py b/setup.py index 06ef43bd94820593a60aacf1afcb2c199b0ff189..ef66d85442664004737a6d036964b81030c40cb2 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ class SchemaCommand(Command): setup( name="pi_mqtt_gpio", - version="0.1.2", + version="0.1.3", cmdclass={"insert_schema": SchemaCommand}, packages=find_packages( exclude=[