From 531b502ef08e90f7f5edc0cf4d70914a598b1d7a Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Thu, 3 Jul 2025 19:52:12 +0530 Subject: [PATCH] Prepare for release v37.0.0 Signed-off-by: Tushar Goel --- setup.cfg | 2 +- vulnerablecode/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f6b529e8c..629eb215f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 36.1.3 +version = 37.0.0 license = Apache-2.0 AND CC-BY-SA-4.0 # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/vulnerablecode/__init__.py b/vulnerablecode/__init__.py index a67216173..66e48f76a 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -14,7 +14,7 @@ import git -__version__ = "36.1.3" +__version__ = "37.0.0" PROJECT_DIR = Path(__file__).resolve().parent