Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Former-commit-id: 3487818
  • Loading branch information
Kye committed Jul 18, 2023
1 parent de3aac8 commit d83b4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages
#
#

setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '0.8.3',
version = '0.8.4',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand Down

0 comments on commit d83b4b2

Please sign in to comment.