We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9ff3a commit 23bfa3eCopy full SHA for 23bfa3e
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = vulnerablecode
3
-version = 35.1.0
+version = 35.2.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
@@ -10,7 +10,7 @@
10
import os
11
import sys
12
13
-__version__ = "35.1.0"
+__version__ = "35.2.0"
14
15
16
def command_line():
0 commit comments