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/',