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.
1 parent 5aca627 commit 1c67eb7Copy full SHA for 1c67eb7
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = vulnerablecode
3
-version = 36.1.3
+version = 37.0.0
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
@@ -14,7 +14,7 @@
14
15
import git
16
17
-__version__ = "36.1.3"
+__version__ = "37.0.0"
18
19
20
PROJECT_DIR = Path(__file__).resolve().parent
0 commit comments