Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
skontar committed May 17, 2022
1 parent 7d5030d commit 5f8e1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cvss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .interactive import ask_interactively


__version__ = '2.3'
__version__ = '2.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5f8e1e8

Please sign in to comment.