Skip to content

Commit 6351702

Browse files
committed
Bump version to 0.3.8
1 parent 5c1c906 commit 6351702

3 files changed

Lines changed: 930 additions & 339 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "SDF"
3-
version = "0.3.7"
3+
version = "0.3.8"
44
description = "Work with Scientific Data Format files in Python"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/sdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from . import hdf5
99

10-
__version__ = "0.3.7"
10+
__version__ = "0.3.8"
1111

1212
_object_name_pattern = re.compile("[a-zA-Z][a-zA-Z0-9_]*")
1313

0 commit comments

Comments
 (0)