We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13aca7a commit a1ba153Copy full SHA for a1ba153
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"py-cpuinfo; platform_machine != 'wasm32'",
42
"requests",
43
]
44
-version = "3.9.0"
+version = "3.9.1.dev0"
45
[project.entry-points."array_api"]
46
blosc2 = "blosc2"
47
src/blosc2/version.py
@@ -1,2 +1,2 @@
1
-__version__ = "3.9.0"
+__version__ = "3.9.1.dev0"
2
__array_api_version__ = "2024.12"
0 commit comments