Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Former-commit-id: 42a87f4
  • Loading branch information
kyegomez committed Jul 22, 2023
1 parent 8b463c5 commit 431d199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = '1.0.4',
version = '1.0.5',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand Down
4 changes: 2 additions & 2 deletions swarms/agents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Agents, workers and bosses"""
from ..agents.workers import worker_node
from .workers.worker_ultra_node import WorkerUltraNode
# from ..agents.workers import worker_node
# from .workers.worker_ultra_node import WorkerUltraNode

0 comments on commit 431d199

Please sign in to comment.