Skip to content

Commit

Permalink
bump up genesis and taichi version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxian committed Dec 29, 2024
1 parent c3754ae commit 9b19947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion genesis/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ build-backend = "setuptools.build_meta"
# name = "genesis-world-nightly"
# version = "0.0.3"
name = "genesis-world"
version = "0.2.0"
version = "0.2.1"
description = "A universal and generative physics engine"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"psutil",
"scikit-image",
"taichi == 1.7.2",
"taichi == 1.7.3",
"pydantic == 2.7.1",
"numpy == 1.26.4",
"six",
Expand Down

0 comments on commit 9b19947

Please sign in to comment.