Skip to content

Commit 88d21fc

Browse files
committed
Increment
1 parent b72675b commit 88d21fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
app = FastAPI(
1717
title="Agent-LLM",
1818
description="Agent-LLM is an Artificial Intelligence Automation platform for creating and managing AI agents.",
19-
version="v1.1.9-alpha",
19+
version="v1.1.10-alpha",
2020
)
2121
agent_threads = {}
2222
agent_stop_events = {}

0 commit comments

Comments
 (0)