From cb8605ed8a4bd26f32e4ebb46b8ccfa563ea869a Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sat, 4 May 2024 14:22:36 +0100 Subject: [PATCH] Declare v3.0.0.post1 for re-release via OIDC --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0db2e71..4c1aa5a 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(*filenames, **kwargs): author_email="PeterJCLaw@gmail.com", maintainer="Peter Law", maintainer_email="PeterJCLaw@gmail.com", - version='3.0.0', + version='3.0.0.post1', install_requires=['flake8>=5'], python_requires='>=3.8', url='https://github.com/PeterJCLaw/flake8-commas/',