Skip to content

Commit

Permalink
[release] v0.7.27 (#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonz5288 authored Jul 20, 2021
1 parent 688f926 commit 5e8278d
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 @@ -28,7 +28,7 @@
project_name = os.getenv('PROJECT_NAME', 'taichi')
TI_VERSION_MAJOR = 0
TI_VERSION_MINOR = 7
TI_VERSION_PATCH = 26
TI_VERSION_PATCH = 27
version = f'{TI_VERSION_MAJOR}.{TI_VERSION_MINOR}.{TI_VERSION_PATCH}'

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

0 comments on commit 5e8278d

Please sign in to comment.