Skip to content

Commit

Permalink
Add badges. Version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGTGreg committed Jul 22, 2019
1 parent 6d84410 commit 308a481
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Runium
======

|PyPI version shields.io| |PyPI pyversions| |Documentation Status| |GitHub license|

.. |PyPI version shields.io| image:: https://img.shields.io/pypi/v/runium.svg
:target: https://pypi.org/project/runium/

.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/runium.svg
:target: https://pypi.org/project/runium/

.. |Documentation Status| image:: https://readthedocs.org/projects/runium/badge/?version=latest
:target: https://runium.readthedocs.io/en/latest/main.html

.. |GitHub license| image:: https://img.shields.io/github/license/AGTGreg/runium.svg
:target: https://github.com/AGTGreg/runium/blob/master/LICENSE

Runium is a Python library that makes it easy to write non-blocking,
asynchronous tasks.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


CURRENT_VERSION = "0.1.7"
CURRENT_VERSION = "0.1.8"


def read_file(filename):
Expand Down

0 comments on commit 308a481

Please sign in to comment.