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 d802717 commit a4344ffCopy full SHA for a4344ff
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = vulnerablecode
3
-version = 38.6.0
+version = 39.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__ = "38.6.0"
+__version__ = "39.0.0"
18
19
20
PROJECT_DIR = Path(__file__).resolve().parent
0 commit comments