From 3638038ddf8e515b9d6ef75a65d7846bda05b857 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Wed, 5 Mar 2025 16:15:23 -0800 Subject: [PATCH] fix: Package version in pyproject.toml is wrong (#276) Package [1.0.5](https://pypi.org/project/arcade-ai/1.0.5/) is currently the latest on pypi. The version number in pyproject.toml got out of sync. The next release should be 1.1.0 to take into account these minor version changes that _should_ have bumped the version: - https://github.com/ArcadeAI/arcade-ai/pull/243 - https://github.com/ArcadeAI/arcade-ai/pull/252 --- arcade/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arcade/pyproject.toml b/arcade/pyproject.toml index 91690fb6..fc0a58e3 100644 --- a/arcade/pyproject.toml +++ b/arcade/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade-ai" -version = "1.2.0" +version = "1.0.5" description = "Arcade Python SDK and CLI" readme = "README.md" packages = [