From 6fda23cd876bb2a6d483361fcdbeccafbe9622ae Mon Sep 17 00:00:00 2001 From: sabjorn Date: Sun, 18 May 2025 17:01:52 -0700 Subject: [PATCH] bump version number to v2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6840e3a..70f530c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "numpysocket" -version = "2.0.0" +version = "2.0.1" description = "Socket.Socket Subclass for Sending Numpy Arrays" readme = "README.md" authors = [