Index: .fossil-settings/ignore-glob ================================================================== --- .fossil-settings/ignore-glob +++ .fossil-settings/ignore-glob @@ -1,5 +1,5 @@ -__pycache__ +lt8900_spi/__pycache__ dist *.egg-info build/bdist.* build/lib/* 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-rkeene", # Replace with your own username - version="1.0", + version="0.9", 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",