Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bba5c01

Browse files
committedFeb 7, 2025··
bump the version in pyproject toml too
1 parent 29e2d31 commit bba5c01

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
 

‎ast_canopy/pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ build-backend = "scikit_build_core.build"
77

88
[project]
99
name = "ast_canopy"
10-
version = "0.2.0"
10+
version = "0.2.1"
1111

1212
[tool.scikit-build]
1313
cmake.targets = ["pylibastcanopy"]
14-
cmake.build-type = "Release"
1514
wheel.license-files = ["../LICENSE"]
1615

1716
[tool.ruff]

‎conda/recipes/numbast_extensions/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requirements:
3030
- python
3131
- numba >=0.59
3232
- numba-cuda
33-
- numbast >={{ version }}
33+
- numbast =={{ version }}
3434

3535
test:
3636
imports:

‎numbast/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "numbast"
10-
version = "0.2.0"
10+
version = "0.2.1"
1111
description = "Numbast - auto Numba binding generation tool for CUDA C++."
1212
requires-python = ">=3.7"
1313
classifiers = [
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies= [
1919
"numba>=0.59.0",
2020
"numba-cuda",
21-
"ast_canopy>=0.2.0",
21+
"ast_canopy>=0.2.1",
2222
"click"
2323
]
2424

0 commit comments

Comments
 (0)
Please sign in to comment.