From a832e44e039b2bc7e61e596e51d125b64c17cbc0 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 20 Feb 2025 14:03:54 +0000 Subject: [PATCH] Add pypi version and wheel --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60d3ecd..50690f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Q3 Quick Querying of Qubes [![Static Badge](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity/emerging_badge.svg)](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity#emerging) [![Docs](https://readthedocs.org/projects/qubed/badge/?version=latest)](https://qubed.readthedocs.io/en/latest/) +[![PyPi](https://img.shields.io/pypi/v/qubed.svg)](https://pypi.org/project/qubed/) +[![Wheel](https://img.shields.io/pypi/wheel/qubed.svg)](https://pypi.org/project/qubed/) Qubed provides a datastructure primitive for working with trees of DataCubes. If a normal tree looks like this: ```