From 7ac614773390c20129d358f8075765908599c91d Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:38:23 -0700 Subject: [PATCH] Change versions (#428) Temporarily changing core, tdk, and serve versions to 1.0.0 so that my workflow will detect a change to the pyproject.toml version later --- libs/arcade-core/pyproject.toml | 2 +- libs/arcade-serve/pyproject.toml | 2 +- libs/arcade-tdk/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/arcade-core/pyproject.toml b/libs/arcade-core/pyproject.toml index 8540cda5..3994f596 100644 --- a/libs/arcade-core/pyproject.toml +++ b/libs/arcade-core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-core" -version = "2.0.0" +version = "1.0.0" description = "Arcade Core - Core library for Arcade platform" readme = "README.md" license = {text = "MIT"} diff --git a/libs/arcade-serve/pyproject.toml b/libs/arcade-serve/pyproject.toml index 721e77a9..44253c7e 100644 --- a/libs/arcade-serve/pyproject.toml +++ b/libs/arcade-serve/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-serve" -version = "2.0.0" +version = "1.0.0" description = "Arcade Serve - Serving infrastructure for Arcade tools and workers" readme = "README.md" license = {text = "MIT"} diff --git a/libs/arcade-tdk/pyproject.toml b/libs/arcade-tdk/pyproject.toml index dbbd99f9..fa03c6b0 100644 --- a/libs/arcade-tdk/pyproject.toml +++ b/libs/arcade-tdk/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-tdk" -version = "2.0.0" +version = "1.0.0" description = "Arcade TDK - Toolkit Development Kit for building Arcade tools" readme = "README.md" license = {text = "MIT"}