Skip to content

Commit 0ed033d

Browse files
committed
update README, bump version
1 parent 89ead3c commit 0ed033d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[![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)
1+
[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
2+
![coverage](https://raw.githubusercontent.com/trevismd/statannotations/master/coverage.svg)
3+
![Python](https://img.shields.io/badge/Python-3.6%2B-blue)
4+
[![Documentation Status](https://readthedocs.org/projects/statannotations/badge/?version=latest)](https://statannotations.readthedocs.io/en/master/?badge=latest)
25

36
## What is it
47

@@ -65,7 +68,7 @@ corresponding branch).
6568
## Installation
6669

6770
From version 0.3.0 on, the package is distributed on PyPi.
68-
The latest stable release (v0.4.6) can be downloaded and installed with:
71+
The latest stable release (v0.5.0) can be downloaded and installed with:
6972
```bash
7073
pip install statannotations
7174
```

statannotations/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.6"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)