Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
arda-argmax committed Aug 14, 2024
1 parent f05ac99 commit 49fd435
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
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install

VERSION = "0.2.16"
VERSION = "0.3.0"


class VersionInstallCommand(install):
Expand All @@ -29,7 +29,7 @@ def run(self):
"argmaxtools>=0.1.13",
"torch",
"safetensors",
"mlx",
"mlx>=0.16.3",
"jaxtyping",
"transformers",
"pillow",
Expand Down

0 comments on commit 49fd435

Please sign in to comment.