From b23f572070cd1344704559fb655e603134f3b679 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 28 Jan 2025 05:25:20 +1000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fdd684..e1e7886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "smbprotocol" -version = "1.15.0" +version = "1.16.0" description = "Interact with a server using the SMB 2/3 Protocol" readme = "README.md" requires-python = ">=3.8"