Skip to content

Commit

Permalink
Merge pull request #97 from Kohulan/release-please--branches--master-…
Browse files Browse the repository at this point in the history
…-components--release-please-action

chore(master): release 1.2.4
  • Loading branch information
OBrink committed Oct 19, 2023
2 parents b2b1aa3 + 3922f3a commit 0ec7f1b
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,5 +1,12 @@
# Changelog

## [1.2.4](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/v1.2.3...v1.2.4) (2023-10-19)


### Bug Fixes

* expansion crash when no structures have been detected [#95](https://github.com/Kohulan/DECIMER-Image-Segmentation/issues/95) ([1242a67](https://github.com/Kohulan/DECIMER-Image-Segmentation/commit/1242a676de2ba970d074be151b8b1865b608f8d5))

## [1.2.3](https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/v1.2.2...v1.2.3) (2023-09-21)


Expand Down
2 changes: 1 addition & 1 deletion decimer_segmentation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
please raise an issue on our GitHub repository.
"""

__version__ = "1.2.3"
__version__ = "1.2.4"

__all__ = [
"decimer_segmentation",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="decimer_segmentation",
version="1.2.3",
version="1.2.4",
author="Kohulan Rajan",
author_email="kohulan.rajan@uni-jena.de",
maintainer="Kohulan Rajan",
Expand Down

0 comments on commit 0ec7f1b

Please sign in to comment.