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
This commit is contained in:
parent
4a0e2b8667
commit
3638038ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue