Skip to content

Commit

Permalink
v0.0.4 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck authored Dec 13, 2024
1 parent a42340d commit a9d9635
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion braintaichi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'__minimal_taichi_version__',
]

__version__ = "0.0.3"
__version__ = "0.0.4"
__minimal_taichi_version__ = (1, 7, 2)

import ctypes
Expand Down
2 changes: 1 addition & 1 deletion ci/linux/gpu/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.9, <3.13"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/arm64/pyproject3.10.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.10, <3.11"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/arm64/pyproject3.11.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.11, <3.12"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/arm64/pyproject3.12.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.12, <3.13"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/arm64/pyproject3.9.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.9, <3.10"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/x86_64/pyproject3.10.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.10, <3.11"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/x86_64/pyproject3.11.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.11, <3.12"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/x86_64/pyproject3.12.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.12, <3.13"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion ci/mac/x86_64/pyproject3.9.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.9, <3.10"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh prepare_build_wheel_on_cuda.sh"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build-backend = "setuptools.build_meta"
[project]
requires-python = ">=3.9, <3.13"
name = "braintaichi"
version = "0.0.3"
version = "0.0.4"

[tool.cibuildwheel.linux]
before-all = "sh ci/linux/gpu/prepare_build_wheel_on_cuda.sh"
Expand Down

0 comments on commit a9d9635

Please sign in to comment.