Skip to content

Commit 5cd1cb6

Browse files
committed
Prepared release v1.8.3
1 parent 99d2683 commit 5cd1cb6

8 files changed

+9
-9
lines changed

cve_prioritizer.py

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

33
__author__ = "Mario Rojas"
44
__license__ = "BSD 3-clause"
5-
__version__ = "1.8.2"
5+
__version__ = "1.8.3"
66
__maintainer__ = "Mario Rojas"
77
__status__ = "Production"
88

cve_prioritizer/__init__.py

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

33
__author__ = "Mario Rojas"
44
__license__ = "BSD 3-clause"
5-
__version__ = "1.8.2"
5+
__version__ = "1.8.3"
66
__maintainer__ = "Mario Rojas"
77
__status__ = "Production"
88

cve_prioritizer/__main__.py

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

33
__author__ = "Mario Rojas"
44
__license__ = "BSD 3-clause"
5-
__version__ = "1.8.2"
5+
__version__ = "1.8.3"
66
__maintainer__ = "Mario Rojas"
77
__status__ = "Production"
88

cve_prioritizer/cve_prioritizer.py

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

33
__author__ = "Mario Rojas"
44
__license__ = "BSD 3-clause"
5-
__version__ = "1.8.2"
5+
__version__ = "1.8.3"
66
__maintainer__ = "Mario Rojas"
77
__status__ = "Production"
88

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cve-prioritizer"
7-
version = "1.8.2"
7+
version = "1.8.3"
88
description = "Streamline vulnerability patching with CVSS, EPSS, and CISA's Known Exploited Vulnerabilities Prioritize actions based on real-time threat information, gain a competitive advantage, and stay informed about the latest trends."
99
readme = "README.md"
1010
license = { text = "BSD 3-Clause"}

scripts/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Mario Rojas"
44
__license__ = "BSD 3-clause"
5-
__version__ = "1.8.2"
5+
__version__ = "1.8.3"
66
__maintainer__ = "Mario Rojas"
77
__status__ = "Production"
88

@@ -26,6 +26,6 @@
2626
# / _ \____(_)__ ____(_) /_(_)__ ___ ____
2727
# / ___/ __/ / _ \/ __/ / __/ /_ // -_) __/
2828
# /_/ /_/ /_/\___/_/ /_/\__/_//__/\__/_/
29-
# v1.8.2 BY TURROKS
29+
# v1.8.3 BY TURROKS
3030
3131
"""""

scripts/helpers.py

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

33
__author__ = "Mario Rojas"
44
__license__ = "BSD 3-clause"
5-
__version__ = "1.8.2"
5+
__version__ = "1.8.3"
66
__maintainer__ = "Mario Rojas"
77
__status__ = "Production"
88

setup.py

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

33
setup(
44
name='CVE_Prioritizer',
5-
version='1.8.2',
5+
version='1.8.3',
66
author='Mario Rojas',
77
author_email='[email protected]',
88
description='Streamline vulnerability patching with CVSS, EPSS, Known Exploited Vulnerabilities and more.',

0 commit comments

Comments
 (0)