From 3f9a21e84973b004d0f7479d6bc7bec6a6bd30bd Mon Sep 17 00:00:00 2001 From: bswck Date: Sat, 25 Nov 2023 16:04:09 +0100 Subject: [PATCH] Release v1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c41475f..14862a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "runtime_generics" -version = "1500100900.0.1" +version = "1.1.0" description = "Reuse type arguments explicitly passed at runtime to a generic class before instantiating." authors = ["bswck "] license = "MIT"