Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
skontar committed Jan 7, 2021
1 parent 4bb3084 commit 57190eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.1'
__version__ = '2.2'
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='cvss',
version='2.1',
version='2.2',
description='CVSS2/3 library with interactive calculator for Python 2 and Python 3',
long_description=long_description,
url='https://github.com/skontar/cvss',
Expand All @@ -39,7 +39,8 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
keywords='security cvss score calculator',
packages=find_packages(),
Expand Down

0 comments on commit 57190eb

Please sign in to comment.