From acd45b4aec8bb3d4cc40db84ef01a86550d1dc40 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Wed, 24 Nov 2021 13:20:59 +0000 Subject: [PATCH] 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53073a4..cb9972f 100644 --- a/setup.py +++ b/setup.py @@ -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()