Skip to content

Commit 3011ea4

Browse files
committed
Post 3.8.0 release actions done
1 parent 9e1f994 commit 3011ea4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8.0"
44+
version = "3.8.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.8.0"
1+
__version__ = "3.8.1.dev0"
22
__array_api_version__ = "2024.12"

0 commit comments

Comments
 (0)