Skip to content

Commit 23bfa3e

Browse files
committed
Bump version for v35.2.0 release
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent 5e9ff3a commit 23bfa3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 35.1.0
3+
version = 35.2.0
44
license = Apache-2.0 AND CC-BY-SA-4.0
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

vulnerablecode/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import sys
1212

13-
__version__ = "35.1.0"
13+
__version__ = "35.2.0"
1414

1515

1616
def command_line():

0 commit comments

Comments
 (0)