Skip to content

Commit 471392b

Browse files
[release] v0.6.3 (#946)
Co-authored-by: archibate <17721388340@163.com>
1 parent 6f867f7 commit 471392b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(taichi)
88

99
SET(TI_VERSION_MAJOR 0)
1010
SET(TI_VERSION_MINOR 6)
11-
SET(TI_VERSION_PATCH 2)
11+
SET(TI_VERSION_PATCH 3)
1212

1313
execute_process(
1414
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Advanced features of Taichi include [spatially sparse computing](https://taichi.
2323
## Installation [![Downloads](https://pepy.tech/badge/taichi-nightly)](https://pepy.tech/project/taichi-nightly)
2424

2525
```bash
26-
python3 -m pip install taichi # Latest version: 0.6.2
26+
python3 -m pip install taichi # Latest version: 0.6.3
2727
```
2828

2929
**News: (Apr 29, 2020) The OpenGL Compute Shader backend by [彭于斌 (archibate)](https://github.com/archibate)** is officially released in [**v0.6.0**](https://github.com/taichi-dev/taichi/releases/tag/v0.6.0)! Please try it out with `ti.init(arch=ti.opengl)`.

docs/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.2
1+
0.6.3

0 commit comments

Comments
 (0)