Skip to content

Commit

Permalink
Up version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 3, 2023
1 parent f01d298 commit cf22de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
app = FastAPI(
title="Agent-LLM",
description="Agent-LLM is an Artificial Intelligence Automation platform for creating and managing AI agents.",
version="1.1.4-alpha",
version="1.1.5-alpha",
)
agent_threads = {}
agent_stop_events = {}
Expand Down

0 comments on commit cf22de9

Please sign in to comment.