From 74acaafd60f5c2cc90b64ea5a7d0621326ec6f4a Mon Sep 17 00:00:00 2001 From: montag451 Date: Tue, 7 Mar 2023 16:30:11 +0100 Subject: [PATCH] Bump version (5.0.2 -> 5.1.0) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a250bec..085834d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="python-pypi-mirror", - version="5.0.2", + version="5.1.0", author="montag451", author_email="montag451@laposte.net", maintainer="montag451", @@ -19,6 +19,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], py_modules=["pypi_mirror"], entry_points={"console_scripts": ["pypi-mirror=pypi_mirror:main"]},