From a4344ff787c4ff077e92529c401844ca21ced2ee Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Wed, 17 Jun 2026 18:19:19 +0530 Subject: [PATCH] Bump version for v39.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 2a64ae707..6e6523327 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 38.6.0 +version = 39.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 1fcaf41e8..8d42393dc 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -14,7 +14,7 @@ import git -__version__ = "38.6.0" +__version__ = "39.0.0" PROJECT_DIR = Path(__file__).resolve().parent