Skip to content

Commit 473977b

Browse files
authored
[Release] Bump Version into 0.0.1 (#18)
* remove code ql ci * update comprehensive tilelang-benchmark link * Bump Version into 0.0.1 * fix setup sdist issues
1 parent dcbf251 commit 473977b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1.dev
1+
0.0.1

maint/scripts/local_distribution.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ fi
1010

1111
python -m build --wheel -o dist
1212

13+
python setup.py sdist --formats=gztar,zip
14+
1315
if [ $? -ne 0 ]; then
1416
echo "Error: Failed to build the wheel."
1517
exit 1

0 commit comments

Comments
 (0)