From 9e5ec488298906dc96e965124ca70891912ca0de Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Wed, 10 Apr 2024 15:25:43 +0200 Subject: [PATCH] Fix image hight Signed-off-by: Philippe Ombredanne --- README.rst | 6 +++--- src/go_inspector/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2574319..17cd6ac 100644 --- a/README.rst +++ b/README.rst @@ -61,15 +61,15 @@ This project is funded in part through: .. |nlnet| image:: https://nlnet.nl/logo/banner.png :target: https://nlnet.nl - :width: 20% + :height: 50 :alt: NLnet foundation logo .. |ngi0entrust| image:: https://nlnet.nl/image/logos/NGI0_tag.svg :target: https://nlnet.nl/entrust - :width: 20% + :height: 50 :alt: NGI Zero Logo .. |nexb| image:: https://nexb.com/wp-content/uploads/2022/04/nexB.svg :target: https://nexb.com - :width: 20% + :height: 30 :alt: nexB logo diff --git a/src/go_inspector/__init__.py b/src/go_inspector/__init__.py index 3ced358..b5fdc75 100644 --- a/src/go_inspector/__init__.py +++ b/src/go_inspector/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1" +__version__ = "0.2.2"