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 8ec97f6 commit 0d6ea78Copy full SHA for 0d6ea78
3 files changed
RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1
# Release notes
2
3
+## Changes from 3.10.0 to 3.10.1
4
+
5
+XXX version-specific blurb XXX
6
7
## Changes from 3.9.1 to 3.10.0
8
9
* Improved documentation on thread management (thanks to [@orena1](@orena1) in PR #495)
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
"py-cpuinfo; platform_machine != 'wasm32'",
41
"requests",
42
]
43
-version = "3.10.0"
+version = "3.10.1.dev0"
44
[project.entry-points."array_api"]
45
blosc2 = "blosc2"
46
src/blosc2/version.py
@@ -1,2 +1,2 @@
-__version__ = "3.10.0"
+__version__ = "3.10.1.dev0"
__array_api_version__ = "2024.12"
0 commit comments