From 3a08da312bcf9ea7720ad0448d9010ce30ddcb83 Mon Sep 17 00:00:00 2001 From: bswck Date: Thu, 30 Nov 2023 14:31:03 +0100 Subject: [PATCH] Release v2.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9883757..89932b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "runtime_generics" -version = "2.0.2" +version = "2.0.3" description = "Reuse type arguments explicitly passed at runtime to a generic class before instantiating." authors = ["bswck "] license = "MIT"