diff --git a/pyproject.toml b/pyproject.toml index 4d739d2..9d22de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.2.48" +version = "2.2.51" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ @@ -165,3 +165,4 @@ include = ["socketsecurity", "LICENSE"] dev = [ "pre-commit>=4.3.0", ] + diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index f334adf..afff87d 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.2.48' +__version__ = '2.2.51' USER_AGENT = f'SocketPythonCLI/{__version__}' diff --git a/uv.lock b/uv.lock index b37557c..1b64bac 100644 --- a/uv.lock +++ b/uv.lock @@ -1254,7 +1254,7 @@ wheels = [ [[package]] name = "socketsecurity" -version = "2.2.47" +version = "2.2.50" source = { editable = "." } dependencies = [ { name = "bs4" },