Skip to content

Commit

Permalink
[release] v0.8.0 (taichi-dev#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiao-bo authored Sep 23, 2021
1 parent 2ea5f33 commit 181c903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

project_name = os.getenv('PROJECT_NAME', 'taichi')
TI_VERSION_MAJOR = 0
TI_VERSION_MINOR = 7
TI_VERSION_PATCH = 32
TI_VERSION_MINOR = 8
TI_VERSION_PATCH = 0
version = f'{TI_VERSION_MAJOR}.{TI_VERSION_MINOR}.{TI_VERSION_PATCH}'

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

0 comments on commit 181c903

Please sign in to comment.