Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 16, 2024
1 parent 0632d5a commit b3750b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## v1.3.4 (2024-05-16)

### Fix

* fix: poetry lock ([`0632d5a`](https://github.com/bhklab/readii/commit/0632d5ae3aa619387f2e3c8ff064c243dd5b3ee4))

* fix: pyradiomics original ([`4ab6aa7`](https://github.com/bhklab/readii/commit/4ab6aa7f7562a34c4ddf91a2697058fc796ee8a8))

* fix: pyradiomics original ([`9513427`](https://github.com/bhklab/readii/commit/9513427f2cf7a9d7a59adb250d8d1a76d5e45773))


## v1.3.3 (2024-05-16)

### Fix
Expand Down
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 = "readii"
version = "1.3.3"
version = "1.3.4"
description = "A package to extract radiomic features!"
authors = ["Katy Scott"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/readii/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# read version from installed package
from importlib.metadata import version
__version__ = "1.3.3"
__version__ = "1.3.4"

0 comments on commit b3750b3

Please sign in to comment.