Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Mar 14, 2024
2 parents d6dfa88 + 3d3f4e4 commit cafdc67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to Rp-Bp will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/),
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - started 2023-09
## [Unreleased] - started 2024-03

## [3.0.4] 2024-03-14

### Fixed

- Pandas `str.split` API in `summarize_rpbp_predictions.py`

## [3.0.3] 2023-09-13

Expand Down
2 changes: 1 addition & 1 deletion src/rpbp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = ("3", "0", "3")
__version_info__ = ("3", "0", "4")
__version__ = ".".join(__version_info__)

0 comments on commit cafdc67

Please sign in to comment.