Skip to content

Commit d0f32a5

Browse files
chore(master): release 0.10.5 (#109)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c694c6 commit d0f32a5

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.4"
2+
".": "0.10.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.10.5](https://github.com/kircherlab/MPRAlib/compare/v0.10.4...v0.10.5) (2026-05-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** :bug: Implemented an overflow-safe fix for the sigmoid calculation on postProbEffect ([#108](https://github.com/kircherlab/MPRAlib/issues/108)) ([0c694c6](https://github.com/kircherlab/MPRAlib/commit/0c694c6589dc0456f39a703e067df67ef3b98d2b))
9+
310
## [0.10.4](https://github.com/kircherlab/MPRAlib/compare/v0.10.3...v0.10.4) (2026-05-04)
411

512

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.4
2+
current_version = 0.10.5
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="mpralib",
5-
version="0.10.4",
5+
version="0.10.5",
66
packages=find_packages(where="src"),
77
package_dir={"": "src"},
88
include_package_data=True,

src/mpralib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.4"
1+
__version__ = "0.10.5"

0 commit comments

Comments
 (0)