We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17a2d08 + b1cfe59 commit a11871cCopy full SHA for a11871c
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = vulnerablecode
3
-version = 31.1.0
+version = 31.1.1
4
license = Apache-2.0 AND CC-BY-SA-4.0
5
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
vulnerablecode/__init__.py
@@ -12,7 +12,7 @@
12
import warnings
13
from pathlib import Path
14
15
-__version__ = "31.1.0"
+__version__ = "31.1.1"
16
17
18
def command_line():
0 commit comments