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 41f3527 commit e0731adCopy full SHA for e0731ad
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = vulnerablecode
3
-version = 30.0.0rc1
+version = 30.0.0rc3
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
@@ -12,7 +12,7 @@
12
import warnings
13
from pathlib import Path
14
15
-__version__ = "30.0.0rc1"
+__version__ = "30.0.0rc3"
16
17
18
def command_line():
0 commit comments