Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Feb 29, 2024
1 parent 8c32043 commit c67089f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish to PyPI.org
on:
release:
types: [published]
types: [published, edited]
jobs:
pypi:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]
dependencies = [
"openai==1.12.0",
"instructor==0.4.8",
"instructor==0.6.1",
"deepdiff==6.7.1",
"termcolor==2.3.0",
"python-dotenv==1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='agency-swarm',
version='0.1.2',
version='0.1.3',
author='VRSEN',
author_email='[email protected]',
description='An opensource agent orchestration framework built on top of the latest OpenAI Assistants API.',
Expand Down

0 comments on commit c67089f

Please sign in to comment.