Skip to content

Commit

Permalink
chore(sem-ver): 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed May 29, 2024
1 parent 269f55d commit 7890f36
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,8 +2,19 @@



## v1.5.1 (2024-05-29)

### Fix

* fix: format toml ([`269f55d`](https://github.com/bhklab/med-imagetools/commit/269f55db58322dc31a5c44ee5a5e2eb830ed3e4f))


## v1.5.0 (2024-05-29)

### Chore

* chore(sem-ver): 1.5.0 ([`69626ef`](https://github.com/bhklab/med-imagetools/commit/69626ef244aa26a8c7d5235548651cf4230e2b9a))

### Feature

* feat: update Lock ([`26590a0`](https://github.com/bhklab/med-imagetools/commit/26590a09f71c9f797d89f6276aef1c1e416f77dc))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[tool.poetry]
name = "med-imagetools"
packages = [{ include = "imgtools", from = "src" }]
version = "1.5.0"
version = "1.5.1"
description = "Med-Imagetools: Transparent and Reproducible Medical Image Processing Pipelines in Python"
authors = ["Sejin Kim, Benjamin Haibe-Kains"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages
__version__ = "1.5.0"
__version__ = "1.5.1"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 7890f36

Please sign in to comment.