Skip to content

Commit 3b5ebc8

Browse files
committed
Updated setup.py
1 parent ddb38b4 commit 3b5ebc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__title__ = "ssllabsscan"
4-
__version__ = "2.0.1"
4+
__version__ = "2.1.0"
55
__author__ = "Kay Hau"
66
__email__ = "virtualda@gmail.com"
77
__uri__ = "https://github.com/kyhau/ssllabs-scan"
@@ -19,10 +19,10 @@
1919

2020
CLASSIFIERS = [
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.7",
2322
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3 :: Only",
2727
]
2828

0 commit comments

Comments
 (0)