chore(release): release 0.9.3 (#97)

This commit is contained in:
Bradley Axen
2024-09-25 19:44:34 -07:00
committed by GitHub
parent 6065125ba7
commit 676ac7824d
3 changed files with 34 additions and 11 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.9.0"
version = "0.9.3"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",
"ai-exchange>=0.9.2",
"ai-exchange>=0.9.3",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
]