Skip to content

Commit

Permalink
1.14.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 7, 2024
1 parent 1710b72 commit 03d45af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG


## v1.14.1 (2024-11-07)

### Bug Fixes

* fix: add readii cli entry point to pyproject (#58) ([`1710b72`](https://github.com/bhklab/readii/commit/1710b7294b7e36273a7cc239b97593c676638463))


## v1.14.0 (2024-11-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "readii"
version = "1.14.0"
version = "1.14.1"
description = "A package to extract radiomic features!"
authors = [{ name = "Katy Scott", email = "[email protected]" }]

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.14.0"
__version__ = "1.14.1"

0 comments on commit 03d45af

Please sign in to comment.