Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mobicham authored Oct 18, 2024
1 parent 1b79f3f commit 29980e2
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 @@ -18,7 +18,7 @@

setup(
name='gemlite',
version="0.1.0",
version="0.2.0",
url="https://github.com/mobiusml/gemlite/",
author="Dr. Hicham Badri",
author_email="[email protected]",
Expand All @@ -45,4 +45,4 @@
install_requires=["numpy", "ninja", "triton>=3.0.0"], #3.0.0+dedb7bdf33
)

# python3 setup.py install
# python3 setup.py install

0 comments on commit 29980e2

Please sign in to comment.