Skip to content

Commit dabad65

Browse files
author
Prabhu Subramanian
committed
Fixed location was incorrect with and operator
1 parent 1abbe5b commit dabad65

File tree

5 files changed

+495
-6
lines changed

5 files changed

+495
-6
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="appthreat-vulnerability-db",
8-
version="1.6.9",
8+
version="1.6.10",
99
author="Team AppThreat",
1010
author_email="[email protected]",
1111
description="AppThreat's vulnerability database and package search library with a built-in file based storage. CVE, GitHub, npm are the primary sources of vulnerabilities.",
@@ -22,6 +22,7 @@
2222
"Topic :: Utilities",
2323
"Topic :: Security",
2424
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
2526
"License :: OSI Approved :: MIT License",
2627
"Operating System :: OS Independent",
2728
],

0 commit comments

Comments
 (0)