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'