Skip to content

Commit 29980e2

Browse files
authored
Update setup.py
1 parent 1b79f3f commit 29980e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='gemlite',
21-
version="0.1.0",
21+
version="0.2.0",
2222
url="https://github.com/mobiusml/gemlite/",
2323
author="Dr. Hicham Badri",
2424
author_email="[email protected]",
@@ -45,4 +45,4 @@
4545
install_requires=["numpy", "ninja", "triton>=3.0.0"], #3.0.0+dedb7bdf33
4646
)
4747

48-
# python3 setup.py install
48+
# python3 setup.py install

0 commit comments

Comments
 (0)