Skip to content

Commit b3dbde8

Browse files
committed
Move version to 0.25.1 for release
1 parent ba6b5a2 commit b3dbde8

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "highdicom"
7-
version = "0.26.0dev"
7+
version = "0.25.1"
88
description = "High-level DICOM abstractions."
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/highdicom/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.26.0dev'
1+
__version__ = '0.25.1'

0 commit comments

Comments
 (0)