Skip to content

Commit 7af0069

Browse files
committed
bump version to 0.8.0
1 parent 802bca0 commit 7af0069

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="enochecker3",
12-
version="0.7.1",
12+
version="0.8.0",
1313
author="ldruschk",
1414
author_email="[email protected]",
1515
description="FastAPI based library for building async python checkers for the EnoEngine A/D CTF Framework",
@@ -35,6 +35,7 @@
3535
"Programming Language :: Python :: 3.8",
3636
"Programming Language :: Python :: 3.9",
3737
"Programming Language :: Python :: 3.10",
38+
"Programming Language :: Python :: 3.11",
3839
],
3940
zip_safe=False, # This might be needed for requirements.txt
4041
python_requires=">=3.7",

0 commit comments

Comments
 (0)