Skip to content

Commit b813377

Browse files
authored
Merge pull request #83 from kircherlab/release-please--branches--master--components--mpralib
chore(master): release 0.9.1
2 parents 66a2771 + c32004b commit b813377

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.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.9.0"
2+
".": "0.9.1"
33
}

CHANGELOG.md

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

3+
## [0.9.1](https://github.com/kircherlab/MPRAlib/compare/v0.9.0...v0.9.1) (2026-01-08)
4+
5+
6+
### Documentation
7+
8+
* overview update ([83bb09e](https://github.com/kircherlab/MPRAlib/commit/83bb09ed06d97fbfdbf879283be9ba037071dc5f))
9+
* quickstart and other improvements ([66a2771](https://github.com/kircherlab/MPRAlib/commit/66a2771571af7ed9ad46bc9ddd41bd7480bf4885))
10+
* update quictstart and minor other updates ([36622f7](https://github.com/kircherlab/MPRAlib/commit/36622f75cea0818cbeec92bca24c24690a3b7ff4))
11+
* Zenodo link and documentation update ([5e4c62d](https://github.com/kircherlab/MPRAlib/commit/5e4c62dd8b672e37a7c39f768131492e92206889))
12+
313
## [0.9.0](https://github.com/kircherlab/MPRAlib/compare/v0.8.2...v0.9.0) (2025-09-16)
414

515

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

0 commit comments

Comments
 (0)