Skip to content

Commit

Permalink
bump version dep
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Jun 23, 2020
1 parent 85c8b9d commit 16d98cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi_three/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version = (0, 0, 2)
taiglsl_version = (0, 0, 5)
taichi_version = (0, 6, 10)
taichi_version = (0, 6, 12)

print(f'[Tai3D] version {".".join(map(str, version))}')

Expand Down

0 comments on commit 16d98cb

Please sign in to comment.