From fb4bb6c8f2164eac93207e28dfab8713f66fa88c Mon Sep 17 00:00:00 2001 From: Taichi Gardener <62079278+taichi-gardener@users.noreply.github.com> Date: Wed, 23 Mar 2022 16:31:41 +0800 Subject: [PATCH] [misc] Bump version to v0.9.3 (#4608) * [ci] Fix release script bug (#4599) * [lang] Fix py36 block_dim bug (#4601) * [lang] Fix py36 block_dim bug * fix pylint * [lang] Replace keywords in python (#4606) * [lang] Replace keywords in python * prefix origin and replace * Bump version to v0.9.3 * Update .github/workflows/release.yml Co-authored-by: Jian Zeng Co-authored-by: Jiasheng Zhang Co-authored-by: Jian Zeng Co-authored-by: Frost Ming --- .github/workflows/release.yml | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea5e9372e890c..9dc4398ef6f52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: steps: - id: set-matrix run: | - if [ ! -z "$RELEASE_VERSION" ]; then + if [ -n "$RELEASE_VERSION" ]; then # For production release, we run on four python versions. echo '::set-output name=matrix::{"include":[{"name":"taichi","python":"3.6","conda_python":"py36"},{"name":"taichi","python":"3.7","conda_python":"py37"},{"name":"taichi","python":"3.8","conda_python":"py38"},{"name":"taichi","python":"3.9","conda_python":"py39"},{"name":"taichi","python":"3.10","conda_python":"py310"}]}"' diff --git a/version.txt b/version.txt index e6e6db4c47c64..188bef59283a9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.9.2 +v0.9.3