Skip to content

Commit

Permalink
update README, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trevismd committed Oct 16, 2022
1 parent 89ead3c commit 0ed033d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d) ![coverage](https://raw.githubusercontent.com/trevismd/statannotations/master/coverage.svg) ![Python](https://img.shields.io/badge/Python-3.6%2B-blue)[![Documentation Status](https://readthedocs.org/projects/statannotations/badge/?version=latest)](https://statannotations.readthedocs.io/en/master/?badge=latest)
[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
![coverage](https://raw.githubusercontent.com/trevismd/statannotations/master/coverage.svg)
![Python](https://img.shields.io/badge/Python-3.6%2B-blue)
[![Documentation Status](https://readthedocs.org/projects/statannotations/badge/?version=latest)](https://statannotations.readthedocs.io/en/master/?badge=latest)

## What is it

Expand Down Expand Up @@ -65,7 +68,7 @@ corresponding branch).
## Installation

From version 0.3.0 on, the package is distributed on PyPi.
The latest stable release (v0.4.6) can be downloaded and installed with:
The latest stable release (v0.5.0) 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.6"
__version__ = "0.5.0"

0 comments on commit 0ed033d

Please sign in to comment.