Skip to content

Commit a1ba153

Browse files
committed
Post 3.9.0 release actions done
1 parent 13aca7a commit a1ba153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"py-cpuinfo; platform_machine != 'wasm32'",
4242
"requests",
4343
]
44-
version = "3.9.0"
44+
version = "3.9.1.dev0"
4545
[project.entry-points."array_api"]
4646
blosc2 = "blosc2"
4747

src/blosc2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "3.9.0"
1+
__version__ = "3.9.1.dev0"
22
__array_api_version__ = "2024.12"

0 commit comments

Comments
 (0)