File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed
Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.9.0 "
2+ "." : " 0.9.1 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.0
2+ current_version = 0.9.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 22
33setup (
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 ,
Original file line number Diff line number Diff line change 1- __version__ = "0.9.0 "
1+ __version__ = "0.9.1 "
You can’t perform that action at this time.
0 commit comments