From 7af006918413fec44fba149b05622debe308f476 Mon Sep 17 00:00:00 2001 From: Lucas Druschke Date: Sun, 14 May 2023 19:17:49 +0200 Subject: [PATCH] bump version to 0.8.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b7a33a..538d7ed 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="enochecker3", - version="0.7.1", + version="0.8.0", author="ldruschk", author_email="ldruschk@posteo.de", description="FastAPI based library for building async python checkers for the EnoEngine A/D CTF Framework", @@ -35,6 +35,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], zip_safe=False, # This might be needed for requirements.txt python_requires=">=3.7",