chore: release 0.9.0 (#58)

This commit is contained in:
Bradley Axen
2024-09-10 15:23:19 -07:00
committed by GitHub
parent b3652cf4bb
commit 0023f3d7fb
2 changed files with 27 additions and 2 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.8.6"
version = "0.9.0"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",
"ai-exchange>=0.8.4",
"ai-exchange>=0.9.0",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
]