We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7048772 commit 64f72d5Copy full SHA for 64f72d5
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='raven',
7
- version='1.0.0',
+ version='1.1.0',
8
url='https://github.com/gh0x0st/raven',
9
author='Tristram',
10
author_email="discord:blueteamer",
@@ -27,6 +27,8 @@
27
"Programming Language :: Python :: 3.8",
28
"Programming Language :: Python :: 3.9",
29
"Programming Language :: Python :: 3.10",
30
+ "Programming Language :: Python :: 3.11",
31
+ "Programming Language :: Python :: 3.12",
32
"Operating System :: OS Independent",
33
"Intended Audience :: System Administrators",
34
"Intended Audience :: Security",
0 commit comments