Index: setup.py ================================================================== --- setup.py +++ setup.py @@ -3,11 +3,11 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="limitlessled_rf", - version="0.12", + version="0.13", author="Roy Keene", author_email="pypi@rkeene.org", description="Python LimitlessLED via RF", long_description=long_description, long_description_content_type="text/markdown",