From 446ffcb7dcfdea649ba9328037d5fc4a4551f41a Mon Sep 17 00:00:00 2001 From: Mason Williams Date: Tue, 9 Jul 2024 16:09:18 -0400 Subject: [PATCH] build: bump version to 2.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 506668c..3a4cf69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pieces_os_client" -version = "2.5.0" +version = "2.6.0" description = "A powerful code engine package for writing applications on top of Pieces OS" authors = ["Pieces "] license = "MIT"