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 a29827d commit d8a0348Copy full SHA for d8a0348
3 files changed
pyproject.toml
@@ -1,8 +1,8 @@
1
[project]
2
name = "SDF"
3
-version = "0.3.6"
+version = "0.3.7"
4
description = "Work with Scientific Data Format files in Python"
5
-readme = "README.rst"
+readme = "README.md"
6
requires-python = ">=3.10"
7
dependencies = [
8
"attrs>=25.3.0",
src/sdf/__init__.py
@@ -7,7 +7,7 @@
from . import hdf5
9
10
-__version__ = "0.3.6"
+__version__ = "0.3.7"
11
12
_object_name_pattern = re.compile("[a-zA-Z][a-zA-Z0-9_]*")
13
uv.lock
0 commit comments