Skip to content

Commit

Permalink
update changelog, readme and version
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Charlier <477844+trevismd@users.noreply.github.com>
  • Loading branch information
trevismd committed Feb 28, 2022
1 parent 698bf83 commit bc0c4b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[sepro](https://github.com/sepro))
- Fix broken link in readme
(PR [#43](https://github.com/trevismd/statannotations/pull/43) by
[sepro](https://github.com/))
[orena1](https://github.com/orena1))
- Fix custom annotations order with respect to the given pairs (Issue
[#45](https://github.com/trevismd/statannotations/issues/45))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ corresponding branch).
## Installation

From version 0.3.0 on, the package is distributed on PyPi.
The latest stable release (v0.4.3) can be downloaded and installed with:
The latest stable release (v0.4.4) can be downloaded and installed with:
```bash
pip install statannotations
```
Expand Down
2 changes: 1 addition & 1 deletion statannotations/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.3"
__version__ = "0.4.4"

0 comments on commit bc0c4b8

Please sign in to comment.