Skip to content

Commit 99aa011

Browse files
committed
Version bump for release
1 parent da05956 commit 99aa011

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 = "dicomweb-client"
7-
version = "0.59.2"
7+
version = "0.59.3"
88
description = "Client for DICOMweb RESTful services."
99
readme = "README.md"
1010
requires-python = ">=3.6"

src/dicomweb_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.59.2'
1+
__version__ = '0.59.3'
22

33
from dicomweb_client.api import DICOMwebClient, DICOMfileClient
44
from dicomweb_client.protocol import DICOMClient

0 commit comments

Comments
 (0)