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