Skip to content

Commit b40c95d

Browse files
authored
Version bump to 0.9.4 (#726)
* pyproject.toml ag2 bump 0.9.4 * Update __about__.py to 0.9.4
1 parent b2966b0 commit b40c95d

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.3"
3+
__version__ = "0.9.4"

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.3",
47+
"ag2==0.9.4",
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)