Skip to content

Commit 7a14fd0

Browse files
chore(master): release 0.10.6 (#111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 144c085 commit 7a14fd0

5 files changed

Lines changed: 16 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.5"
2+
".": "0.10.6"
33
}

CHANGELOG.md

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

3+
## [0.10.6](https://github.com/kircherlab/MPRAlib/compare/v0.10.5...v0.10.6) (2026-06-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **cli:** :bug: supportig 0 alleles ([#112](https://github.com/kircherlab/MPRAlib/issues/112)) ([144c085](https://github.com/kircherlab/MPRAlib/commit/144c08568112ed173f6efd493c7dd1c1a69d5385))
9+
10+
11+
### Documentation
12+
13+
* update citation ([861fef9](https://github.com/kircherlab/MPRAlib/commit/861fef9b02751c271cc7809b174d18701d63f38a))
14+
315
## [0.10.5](https://github.com/kircherlab/MPRAlib/compare/v0.10.4...v0.10.5) (2026-05-07)
416

517

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.5
2+
current_version = 0.10.6
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.5",
5+
version="0.10.6",
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.5"
1+
__version__ = "0.10.6"

0 commit comments

Comments
 (0)