diff --git a/README.rst b/README.rst index 13b06ca..d946068 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,6 @@ py-radix ======== -.. image:: https://github.com/mjschultz/py-radix/actions/workflows/python-package.yml/badge.svg - :target: https://github.com/mjschultz/py-radix/actions/workflows/python-package.yml - -.. image:: https://coveralls.io/repos/mjschultz/py-radix/badge.png?branch=master - :target: https://coveralls.io/r/mjschultz/py-radix?branch=master - py-radix implements the radix tree data structure for the storage and retrieval of IPv4 and IPv6 network prefixes. diff --git a/setup.py b/setup.py index c7a5b69..aa47655 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from os.path import abspath, dirname, join # specify the version -version = 'v1.0.2' +version = 'v1.0.3' here = abspath(dirname(__file__))