Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 13, 2022
1 parent c3ec65d commit 1268b1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion nekton/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1268b1f

Please sign in to comment.