Skip to content

Commit 1c67eb7

Browse files
authored
Prepare for release v37.0.0 (#1927)
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 5aca627 commit 1c67eb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vulnerablecode
3-
version = 36.1.3
3+
version = 37.0.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import git
1616

17-
__version__ = "36.1.3"
17+
__version__ = "37.0.0"
1818

1919

2020
PROJECT_DIR = Path(__file__).resolve().parent

0 commit comments

Comments
 (0)