diff --git a/setup.cfg b/setup.cfg index 8108027492bc7a4f3334f453982251f588ecb4a2..d512f7bc8267e05ef495b3d5a94fd8eed81891fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.9 +current_version = 0.0.10 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 2a3a8e8c126e91f5ebd01a08776487ff4fc4cc3e..9e86e92707dbb4f15b39c4241226ee0d2ea94b42 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def required(fname): setup( name="pi_mqtt_gpio", - version="0.0.9", + version="0.0.10", packages=find_packages( exclude=[ "*.tests",