From 9f32f39c261ef1412a927325224a88200abf83ac Mon Sep 17 00:00:00 2001 From: Douglas Coburn Date: Tue, 8 Apr 2025 10:32:27 -0700 Subject: [PATCH] Bumping version to fix in prod --- pyproject.toml | 2 +- socketsecurity/__init__.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 842e855..99d5c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.0.40" +version = "2.0.42" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index c545116..1ea0a22 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,2 @@ __author__ = 'socket.dev' -__version__ = '2.0.41' - +__version__ = '2.0.42'