Skip to content

Commit 40d816a

Browse files
chore(master): release 0.10.6
1 parent 861fef9 commit 40d816a

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.5"
2+
".": "0.10.6"
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.6](https://github.com/kircherlab/MPRAlib/compare/v0.10.5...v0.10.6) (2026-06-25)
4+
5+
6+
### Documentation
7+
8+
* update citation ([861fef9](https://github.com/kircherlab/MPRAlib/commit/861fef9b02751c271cc7809b174d18701d63f38a))
9+
310
## [0.10.5](https://github.com/kircherlab/MPRAlib/compare/v0.10.4...v0.10.5) (2026-05-07)
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.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)