Skip to content

Commit

Permalink
☝️ swarmauri - increment version and requires version
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Sep 23, 2024
1 parent d434389 commit 1324ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/swarmauri/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'numpy', # Common dependencies for all distributions
'requests',
'pydantic',
'swarmauri_core==0.5.0.dev5'
'swarmauri_core==0.5.0.dev6'
],
extras_require={
'full': [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/swarmauri/swarmauri/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0.dev5"
__version__ = "0.5.0.dev6"
__long_desc__ = """
# Swarmauri Standard SDK
Expand Down

0 comments on commit 1324ed4

Please sign in to comment.