From c326a0b6ed7dda44e40c8a436c7005672a1a53a9 Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Thu, 20 Jun 2024 19:14:54 +0530 Subject: [PATCH] Bump version in setup.cfg (#3815) Signed-off-by: Ayan Sinha Mahapatra --- setup-mini.cfg | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-mini.cfg b/setup-mini.cfg index d9487072a41..4259446b4fd 100644 --- a/setup-mini.cfg +++ b/setup-mini.cfg @@ -1,6 +1,6 @@ [metadata] name = scancode-toolkit-mini -version = 32.1.0 +version = 32.2.0 license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/setup.cfg b/setup.cfg index 01a05992e6b..69ca7ad7277 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancode-toolkit -version = 32.1.0 +version = 32.2.0 license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft # description must be on ONE line https://github.com/pypa/setuptools/issues/1390