Skip to content

Commit f157d92

Browse files
authored
Merge pull request #301 from openvax/fix-readme-rc5-version
[codex] Fix release-candidate README version
2 parents d560adf + b5df975 commit f157d92

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Have a bugfix or other contribution? We would love your help. See our [contribut
2020
## 2.3.0 release candidate
2121

2222
> [!IMPORTANT]
23-
> 2.3.0 is currently a release candidate (`2.3.0rc3`), not yet a final release.
23+
> 2.3.0 is currently a release candidate (`2.3.0rc5`), not yet a final release.
2424
> It keeps the same public API and pre-trained models as 2.2.x. Install it with
2525
> `pip install --pre mhcflurry`, or pin the version with
26-
> `pip install mhcflurry==2.3.0rc3`. A plain `pip install --upgrade mhcflurry`
26+
> `pip install mhcflurry==2.3.0rc5`. A plain `pip install --upgrade mhcflurry`
2727
> stays on the latest stable release (2.2.x) until 2.3.0 is final, since pip
2828
> skips pre-releases.
2929

mhcflurry/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.0rc4"
1+
__version__ = "2.3.0rc5"

0 commit comments

Comments
 (0)