From dd935d19d677a7af13c70a0471e67a38898cd7dc Mon Sep 17 00:00:00 2001 From: Max Chesterfield Date: Thu, 7 May 2026 14:23:13 +1000 Subject: [PATCH] Update pyproject.toml Signed-off-by: Max Chesterfield --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13fa815..848e7a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires = [ build-backend = "setuptools.build_meta" [project] -name = "zepben.eas-client-python" +name = "zepben.eas" version = "1.0.0b4" description = "Python SDK for interacting with the Evolve App Server" readme = {file = "README.md", content-type = "text/markdown"}