Bump version to 1.1.1

This commit is contained in:
David Robertson 2022-10-12 11:55:09 +01:00
parent e762c859ac
commit 3a312edebd
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -1,6 +1,6 @@
from setuptools import setup
__version__ = "1.1" # Bump to a 3-part semver for next version, i.e. 1.1.1
__version__ = "1.1.1"
with open("README.md") as f:
long_description = f.read()