From 1268b1f5dc5f0ab979d45bdd60354f666043bc94 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Apr 2022 22:19:12 +0000 Subject: [PATCH] 0.2.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ nekton/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e34c225..b325d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.4 (2022-04-13) +### Fix +* **nii2dcm:** Fixed check for the number of dicom ([#21](https://github.com/deepc-health/nekton/issues/21)) ([`c3ec65d`](https://github.com/deepc-health/nekton/commit/c3ec65d9c2ee61709a4fd8ed80a2fb7d7cf43fcf)) + ## v0.2.3 (2022-04-13) ### Fix * **missingfolder:** Added external submodule ([`dcdd7cb`](https://github.com/deepc-health/nekton/commit/dcdd7cbd33d2078bec0e3817bf46e6ddf773de8d)) diff --git a/nekton/__init__.py b/nekton/__init__.py index d31c31e..788da1f 100644 --- a/nekton/__init__.py +++ b/nekton/__init__.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.2.4" diff --git a/pyproject.toml b/pyproject.toml index 4851ef9..66f022c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nekton" -version = "0.2.3" +version = "0.2.4" description = "A python package for DICOM to NifTi and NifTi to DICOM-SEG and GSPS conversion" authors = ["a-parida12 "] license = "MIT"