From b26b71563868abfcb496b37780e99778f032306a Mon Sep 17 00:00:00 2001 From: Oseas Andre Date: Mon, 7 Sep 2026 15:01:16 -0300 Subject: [PATCH] chore: update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2991ff..dbf9e56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "srpcLib" -version = "4.4.4" +version = "5.0.0" description = "SRPC is an experimental RPC framework that uses Python as its Interface Definition Language" authors = [{ name="Oseas Andre", email="oseasandrepro@gmail.com" }] dependencies = ["msgpack==1.2.1", "mypy==2.3.0"]