Bump version to 1.1.1-test

I have already uploaded a v1.1 to testpypi (and proper pypi for that
matter) and cannot reupload it.
This commit is contained in:
David Robertson 2021-11-24 13:20:59 +00:00
parent ab561b53bd
commit acd45b4aec
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"
__version__ = "1.1.1-test"
with open("README.md") as f:
long_description = f.read()