From df28bbcbd52f910c0877e1c988c54b089391d5fc Mon Sep 17 00:00:00 2001 From: "Michael J. Schultz" Date: Wed, 5 Nov 2025 14:55:39 -0600 Subject: [PATCH 1/2] no images for now --- README.rst | 6 ------ 1 file changed, 6 deletions(-) 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. From d3873bd14fe2820b9ab8998d684d563ef1f769e3 Mon Sep 17 00:00:00 2001 From: "Michael J. Schultz" Date: Wed, 5 Nov 2025 14:56:09 -0600 Subject: [PATCH 2/2] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__))