Skip to content

Commit

Permalink
[misc] Version bump: v0.8.10 -> v0.8.11 (#4053)
Browse files Browse the repository at this point in the history
  • Loading branch information
yolo2themoon authored Jan 18, 2022
1 parent 3b5b3ef commit 98d1ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
project_name = os.getenv('PROJECT_NAME', 'taichi')
TI_VERSION_MAJOR = 0
TI_VERSION_MINOR = 8
TI_VERSION_PATCH = 10
TI_VERSION_PATCH = 11
version = f'{TI_VERSION_MAJOR}.{TI_VERSION_MINOR}.{TI_VERSION_PATCH}'

data_files = glob.glob('python/_lib/runtime/*')
Expand Down

0 comments on commit 98d1ed9

Please sign in to comment.