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="lt8900_spi", # Replace with your own username - version="2.5", + version="2.6", author="Roy Keene", author_email="pypi@rkeene.org", description="Python interface to an LT8900 connected via SPI", long_description=long_description, long_description_content_type="text/markdown",