Skip to content

Commit

Permalink
Release v0.2.1 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn authored Apr 12, 2021
1 parent 8ab0c8d commit 97590e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## 0.2.1 (2021-04-12)

* Allows importing without pyvips and openslide
* Checks for these libraries are now only done where needed at runtime

## 0.2.0 (2021-03-23)

* Builders now return generators
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.2.0"
__version__ = "0.2.1"

from .panimg import convert

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.2.0"
version = "0.2.1"
description = "Conversion of medical images to MHA and TIFF."
license = "Apache-2.0"
authors = ["James Meakin <12661555+jmsmkn@users.noreply.github.com>"]
Expand Down

0 comments on commit 97590e0

Please sign in to comment.