Skip to content

Commit

Permalink
Update Python version in setup.py, bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t authored Dec 17, 2024
1 parent aa0a216 commit 9974e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="agency-swarm",
version="0.4.2",
version="0.4.3",
author="VRSEN",
author_email="[email protected]",
description="An opensource agent orchestration framework built on top of the latest OpenAI Assistants API.",
Expand All @@ -23,5 +23,5 @@
entry_points={
"console_scripts": ["agency-swarm=agency_swarm.cli:main"],
},
python_requires=">=3.7",
python_requires=">=3.10",
)

0 comments on commit 9974e1d

Please sign in to comment.