From 5f8e1e8f3ba557fa44d83a4e1c488f466e9b7286 Mon Sep 17 00:00:00 2001 From: Stanislav Kontar Date: Tue, 17 May 2022 21:58:39 +0200 Subject: [PATCH] Update version --- cvss/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cvss/__init__.py b/cvss/__init__.py index 142bd9b..f4b8b7b 100644 --- a/cvss/__init__.py +++ b/cvss/__init__.py @@ -8,4 +8,4 @@ from .interactive import ask_interactively -__version__ = '2.3' +__version__ = '2.4' diff --git a/setup.py b/setup.py index bafa6f1..daff85d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='cvss', - version='2.3', + version='2.4', description='CVSS2/3 library with interactive calculator for Python 2 and Python 3', long_description=long_description, url='https://github.com/skontar/cvss',