From 99912865628d73d96d02e84396720fed9c54c6cd Mon Sep 17 00:00:00 2001 From: bswck Date: Wed, 29 Nov 2023 22:23:45 +0100 Subject: [PATCH] Release v1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c725489..98c65c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "runtime_generics" -version = "1.1.0" +version = "1.2.0" description = "Reuse type arguments explicitly passed at runtime to a generic class before instantiating." authors = ["bswck "] license = "MIT"