Skip to content

Commit

Permalink
Bump minor version (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmvZ authored Oct 1, 2021
1 parent 5ad7ef1 commit b0a8ece
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# History

## 0.5.0 (2021-10-01)

* Added extra metadata fields to PanImg object
* Allow array-like window level values in MHA files
* Simplified 4D ITK loading

## 0.4.2 (2021-09-06)

* Added support for nrrd files
Expand Down
2 changes: 1 addition & 1 deletion panimg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.2"
__version__ = "0.5.0"

import logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =

[tool.poetry]
name = "panimg"
version = "0.4.2"
version = "0.5.0"
description = "Conversion of medical images to MHA and TIFF."
license = "Apache-2.0"
authors = ["James Meakin <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_panimg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.4.2"
assert __version__ == "0.5.0"

0 comments on commit b0a8ece

Please sign in to comment.