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 0286c72 commit 13a5a68Copy full SHA for 13a5a68
RELEASE_NOTES.md
@@ -1,5 +1,10 @@
1
# Release notes
2
3
+## Changes from 3.3.3 to 3.3.4
4
+
5
+XXX version-specific blurb XXX
6
7
8
## Changes from 3.3.2 to 3.3.3
9
10
* Expand possibilities for chaining string-based lazy expressions to include
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"py-cpuinfo; platform_machine != 'wasm32'",
42
"requests",
43
]
44
-version = "3.3.3"
+version = "3.3.4.dev0"
45
46
47
[project.optional-dependencies]
src/blosc2/version.py
@@ -1 +1 @@
-__version__ = "3.3.3"
+__version__ = "3.3.4.dev0"
0 commit comments