We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dfcb5 commit 150a6bfCopy full SHA for 150a6bf
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "highdicom"
7
-version = "0.25.0"
+version = "0.26.0dev"
8
description = "High-level DICOM abstractions."
9
readme = "README.md"
10
requires-python = ">=3.10"
src/highdicom/version.py
@@ -1 +1 @@
1
-__version__ = '0.25.0'
+__version__ = '0.26.0dev'
0 commit comments