From c2e47af4e33d0a618b50bd565511f7b0559754e5 Mon Sep 17 00:00:00 2001 From: Douglas Coburn Date: Thu, 3 Apr 2025 17:58:39 -0700 Subject: [PATCH] Update Version --- pyproject.toml | 4 ++-- socketsecurity/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 03af13b..842e855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.0.38" +version = "2.0.40" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ @@ -16,7 +16,7 @@ dependencies = [ 'GitPython', 'packaging', 'python-dotenv', - 'socket-sdk-python>=2.0.20' + 'socket-sdk-python>=2.0.21' ] readme = "README.md" description = "Socket Security CLI for CI/CD" diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index 541bbe6..c45bd51 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.0.39' +__version__ = '2.0.40'