Skip to content

Commit b6f7db4

Browse files
chore(master): release 0.10.1 (#97)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e92c38 commit b6f7db4

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.0"
2+
".": "0.10.1"
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.1](https://github.com/kircherlab/MPRAlib/compare/v0.10.0...v0.10.1) (2026-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* remove pysam library for better compatibility ([#96](https://github.com/kircherlab/MPRAlib/issues/96)) ([8e92c38](https://github.com/kircherlab/MPRAlib/commit/8e92c38bf850ff57d35d280251481c7c5992443a))
9+
310
## [0.10.0](https://github.com/kircherlab/MPRAlib/compare/v0.9.1...v0.10.0) (2026-03-02)
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.0
2+
current_version = 0.10.1
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.0",
5+
version="0.10.1",
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.0"
1+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)