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 660375a commit 0e24e73Copy full SHA for 0e24e73
2 files changed
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = vulnerablecode
3
-version = 38.4.0
+version = 38.5.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.4.0"
+__version__ = "38.5.0"
18
19
20
PROJECT_DIR = Path(__file__).resolve().parent
0 commit comments