From 0aabf6cbc1d879f4df66b74b981438e7a4031082 Mon Sep 17 00:00:00 2001 From: PrettyWood Date: Sat, 13 Mar 2021 10:17:44 +0100 Subject: [PATCH] v0.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54788fb..82170a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typingx" -version = "0.5.2" +version = "0.5.3" description = "Extend typing package functionalities" authors = ["Eric Jolibois "] license = "MIT"