Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 8, 2023
1 parent 02e8d8b commit 3324296
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.5-alpha",
version="1.1.8-alpha",
)
agent_threads = {}
agent_stop_events = {}
Expand Down

0 comments on commit 3324296

Please sign in to comment.