Skip to content

Commit 2491617

Browse files
committed
Updated shields in README.
1 parent b8a82e7 commit 2491617

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
![PyPI - License](https://img.shields.io/pypi/l/pyTerminalUI)
2-
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/Paebbels/pyTerminalUI)
3-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Paebbels/pyTerminalUI)
4-
[![Documentation Status](https://readthedocs.org/projects/pyterminalui/badge/?version=latest)](https://pyterminalui.readthedocs.io/en/latest/?badge=latest)
5-
[![PyPI](https://img.shields.io/pypi/v/pyTerminalUI)](https://pypi.org/project/pyTerminalUI/)
6-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyTerminalUI)
7-
![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyTerminalUI)
8-
![PyPI - Status](https://img.shields.io/pypi/status/pyTerminalUI)
1+
[![PyPI - License](https://img.shields.io/pypi/l/pyTerminalUI?logo=PyPI)](LICENSE.md)
2+
[![GitHub tag (latest SemVer incl. pre-release)](https://img.shields.io/github/v/tag/Paebbels/pyTerminalUI?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyTerminalUI/tags)
3+
[![GitHub release (latest SemVer incl. including pre-releases)](https://img.shields.io/github/v/release/Paebbels/pyTerminalUI?logo=GitHub&include_prereleases)](https://github.com/Paebbels/pyTerminalUI/releases/latest)
4+
[![GitHub release date](https://img.shields.io/github/release-date/Paebbels/pyTerminalUI?logo=GitHub&)](https://github.com/Paebbels/pyTerminalUI/releases)
5+
[![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyTerminalUI)](https://libraries.io/github/Paebbels/pyTerminalUI)
6+
[![Requires.io](https://img.shields.io/requires/github/Paebbels/pyTerminalUI)](https://requires.io/github/Paebbels/pyTerminalUI/requirements/?branch=master)
7+
[![Travis](https://img.shields.io/travis/com/Paebbels/pyTerminalUI?logo=Travis)](https://travis-ci.com/Paebbels/pyTerminalUI)
8+
[![PyPI](https://img.shields.io/pypi/v/pyTerminalUI?logo=PyPI)](https://pypi.org/project/pyTerminalUI/)
9+
![PyPI - Status](https://img.shields.io/pypi/status/pyTerminalUI?logo=PyPI)
10+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyTerminalUI?logo=PyPI)
11+
[![Dependent repos (via libraries.io)](https://img.shields.io/librariesio/dependent-repos/pypi/pyTerminalUI)](https://github.com/Paebbels/pyTerminalUI/network/dependents)
12+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e8a1b6e33d564f82927235e17fb26e93)](https://www.codacy.com/manual/Paebbels/pyTerminalUI)
13+
[![Libraries.io SourceRank](https://img.shields.io/librariesio/sourcerank/pypi/pyTerminalUI)](https://libraries.io/github/Paebbels/pyTerminalUI/sourcerank)
14+
[![Read the Docs](https://img.shields.io/readthedocs/pyterminalui)](https://pyTerminalUI.readthedocs.io/en/latest/)
915

1016
# pyTerminalUI
1117

1218
A set of helpers to implement a text user interface (TUI) in a terminal.
1319

1420

15-
## Contributors:
21+
## Contributors
1622

1723
* [Patrick Lehmann](https://github.com/Paebbels) (Maintainer)
1824

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
setuptools.setup(
5252
name=projectName,
53-
version="1.2.3",
53+
version="1.2.4",
5454

5555
author="Patrick Lehmann",
5656
author_email="Paebbels@gmail.com",

0 commit comments

Comments
 (0)