Skip to content

Commit 7646652

Browse files
author
César Pereiro
committed
v0.2.1: sync src __version__ with pyproject version
1 parent 4c2a974 commit 7646652

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "dcm-anon-vault"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Hosted single-tenant DICOM pseudonymization API wrapping dcm-anonymizer (PS3.15 Basic Profile)"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/dcm_anon_vault/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from typing import Final
66

7-
__version__: Final[str] = "0.1.0"
7+
__version__: Final[str] = "0.2.1"
88

99
__all__ = ["__version__"]

0 commit comments

Comments
 (0)