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 da05956 commit 99aa011Copy full SHA for 99aa011
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "dicomweb-client"
7
-version = "0.59.2"
+version = "0.59.3"
8
description = "Client for DICOMweb RESTful services."
9
readme = "README.md"
10
requires-python = ">=3.6"
src/dicomweb_client/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.59.2'
+__version__ = '0.59.3'
2
3
from dicomweb_client.api import DICOMwebClient, DICOMfileClient
from dicomweb_client.protocol import DICOMClient
0 commit comments