Skip to content

Commit 5fb159d

Browse files
Update version (#709)
1 parent 82e3bb8 commit 5fb159d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fastagency/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The fastest way to bring multi-agent workflows to production."""
22

3-
__version__ = "0.9.1a1"
3+
__version__ = "0.9.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
dynamic = ["version"]
4545

4646
dependencies = [
47-
"ag2==0.9.1a1",
47+
"ag2==0.9.1",
4848
# "ag2[anthropic,together]==0.8.1",
4949
# "together>=1.2.11,<1.3", # ToDo: together 1.3.0 has issues with our dev dependencies
5050
"markdownify==0.14.1", # Needed by autogen.WebSurferAgent but not included

0 commit comments

Comments
 (0)