diff --git a/README.md b/README.md index 5b58781..c7a0d1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# runtime_generics `1.0.2` [![Supported Python versions](https://img.shields.io/pypi/pyversions/runtime_generics.svg?logo=python&label=Python)](https://pypi.org/project/runtime_generics) +# runtime_generics `1.0.3` [![Supported Python versions](https://img.shields.io/pypi/pyversions/runtime_generics.svg?logo=python&label=Python)](https://pypi.org/project/runtime_generics) [![Tests](https://github.com/bswck/runtime_generics/actions/workflows/test.yml/badge.svg)](https://github.com/bswck/runtime_generics/actions/workflows/test.yml) [![Coverage](https://coverage-badge.samuelcolvin.workers.dev/bswck/runtime_generics.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/bswck/runtime_generics) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) diff --git a/pyproject.toml b/pyproject.toml index 4b0de69..e091425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "runtime-generics" -version = "1.0.2" +version = "1.0.3" description = "Reuse type arguments explicitly passed at runtime to a generic class before instantiating." authors = ["bswck "] license = "MIT"