Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jul 5, 2023
1 parent 733ac91 commit 360a802
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ggl
gradio_tools
arxiv
google-api-python-client
google-auth-oauth
google-auth-httplib2
beautifulsoup4==4.11.2
O365
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.5.9',
version = '0.6.0',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand Down Expand Up @@ -60,7 +60,6 @@
'gradio_tools',
'arxiv',
'google-api-python-client',
'google-auth-oauth',
'google-auth-httplib2',
'beautifulsoup4==4.11.2',
'O365',
Expand Down

0 comments on commit 360a802

Please sign in to comment.