Skip to content

Commit f59dd41

Browse files
authored
Bump version to 0.1.1.post2 (#87)
1 parent 04027de commit f59dd41

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

scripts/build_wheel_allpy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ eval "$(conda shell.bash hook)"
66
REPO_ROOT=$(cd $(dirname $(dirname $0)); pwd)
77
cd ${REPO_ROOT}
88

9-
# PY_VERSION_LIST=("3.8" "3.9" "3.10")
10-
PY_VERSION_LIST=("3.10")
9+
PY_VERSION_LIST=("3.8" "3.9" "3.10")
1110
for PY_VERSION in ${PY_VERSION_LIST[@]}; do
1211
echo start building wheels for python${PY_VERSION}
1312
PY_VERSION_NAME=${PY_VERSION/./}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from skbuild import setup
66

77

8-
VERSION = "0.1.1"
8+
VERSION = "0.1.1.post2"
99

1010
vendor_dispatch_key_map = {
1111
"ascend": "PrivateUse1",

0 commit comments

Comments
 (0)