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"]