Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Jul 6, 2023
1 parent f950845 commit 385ae30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.7.0',
version = '0.7.1',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand Down
3 changes: 2 additions & 1 deletion swarms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from swarms import Swarms, swarm
# from swarms import Swarms, swarm
from swarms.swarms import Swarms, swarm

0 comments on commit 385ae30

Please sign in to comment.