From a51cada4b510d77d589c09bc0aad223201517ceb Mon Sep 17 00:00:00 2001 From: PrettyWood Date: Thu, 4 Feb 2021 21:23:36 +0100 Subject: [PATCH] v0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbbb1d2..c63f6ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typingx" -version = "0.5.0" +version = "0.5.1" description = "Extend typing package functionalities" authors = ["Eric Jolibois "] license = "MIT"