From b1cfe590ef6a798faf0a6fa540b0033119c5b4ba Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Mon, 9 Jan 2023 18:25:18 +0530 Subject: [PATCH] Prepare for release v31.1.1 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 bd8626710..9400b57ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 31.1.0 +version = 31.1.1 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 c08e1deb6..5fe733607 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "31.1.0" +__version__ = "31.1.1" def command_line():