We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77af04 commit c6082abCopy full SHA for c6082ab
2 files changed
dicomtrolley/__init__.py
@@ -1,2 +1,2 @@
1
"""Retrieve medical images via DICOM-QR and DICOMweb"""
2
-__version__ = "0.2.0"
+__version__ = "v0.2.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dicomtrolley"
3
-version = "0.2.0"
+version = "v0.2.0"
4
description = "Retrieve medical images via DICOM-QR and DICOMweb"
5
authors = ["sjoerdk <sjoerd.kerkstra@radboudumc.nl>"]
6
0 commit comments