diff --git a/setup.cfg b/setup.cfg index 90be4e5..02aec3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bamp] -version = 0.1.2 +version = 0.1.3 files = setup.py vcs = git diff --git a/setup.py b/setup.py index f580e69..31ad76d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def required(fname): setup( name="pcf8574", - version="0.1.2", + version="0.1.3", packages=("pcf8574",), package_data={"pcf8574": ["py.typed"]}, scripts=[],