From ace18808ca52700afd105ce50d0a699363718767 Mon Sep 17 00:00:00 2001 From: Joseph HENRY Date: Fri, 3 Apr 2026 11:46:22 +0200 Subject: [PATCH] fix readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0c9d3b3..c0fd1b7 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,21 @@ Strict type stubs for the Blender Python API. Provides autocomplete, type checki ## Installation ```bash -pip install blender-python-stubs==5.1.0 +pip install blender-python-stubs ``` The version matches your target Blender version: -| Blender Version | Install Command | PyPI | -| --------------- | ---------------------------------------------- | ---- | +| Blender Version | Install Command | PyPI | +| --------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | | 5.1 | `pip install "blender-python-stubs>=5.1,<5.2"` | [![PyPI](https://img.shields.io/badge/PyPI-5.1-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/5.1.0.1/) | | 5.0 | `pip install "blender-python-stubs>=5.0,<5.1"` | [![PyPI](https://img.shields.io/badge/PyPI-5.0-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/5.0.1.0/) | | 4.5 | `pip install "blender-python-stubs>=4.5,<4.6"` | [![PyPI](https://img.shields.io/badge/PyPI-4.5-blue?logo=pypi)](https://pypi.org/project/blender-python-stubs/4.5.8.1/) | -| 4.4 | `pip install "blender-python-stubs>=4.4,<4.5"` | | -| 4.3 | `pip install "blender-python-stubs>=4.3,<4.4"` | | -| 4.2 | `pip install "blender-python-stubs>=4.2,<4.3"` | | -| 4.1 | `pip install "blender-python-stubs>=4.1,<4.2"` | | -| 4.0 | `pip install "blender-python-stubs>=4.0,<4.1"` | | +| 4.4 | `pip install "blender-python-stubs>=4.4,<4.5"` | | +| 4.3 | `pip install "blender-python-stubs>=4.3,<4.4"` | | +| 4.2 | `pip install "blender-python-stubs>=4.2,<4.3"` | | +| 4.1 | `pip install "blender-python-stubs>=4.1,<4.2"` | | +| 4.0 | `pip install "blender-python-stubs>=4.0,<4.1"` | | ## Usage