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
This commit is contained in:
Eric Gustin 2025-06-12 15:38:23 -07:00 committed by GitHub
parent b6b4cd0a4c
commit 7ac6147733
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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"}

View file

@ -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"}

View file

@ -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"}