Skip to content

Commit

Permalink
[release] v0.5.14 (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu authored Apr 20, 2020
1 parent b5dd30f commit 9a3bb30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(taichi)

SET(TI_VERSION_MAJOR 0)
SET(TI_VERSION_MINOR 5)
SET(TI_VERSION_PATCH 13)
SET(TI_VERSION_PATCH 14)

execute_process(
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Advanced features of Taichi include [spatially sparse computing](https://taichi.
## Installation [![Downloads](https://pepy.tech/badge/taichi-nightly)](https://pepy.tech/project/taichi-nightly)

```bash
python3 -m pip install taichi # Latest version: 0.5.13
python3 -m pip install taichi # Latest version: 0.5.14
```
**Supported OS**: Windows, Linux, Mac OS X; **Python**: 3.6, 3.7, 3.8; **Backends**: x64 CPUs, CUDA, Apple Metal.

Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.13
0.5.14

0 comments on commit 9a3bb30

Please sign in to comment.