From ffdb7e677686fbbf53b28f8ae6faf0324ed83818 Mon Sep 17 00:00:00 2001 From: PrettyWood Date: Mon, 20 Dec 2021 17:43:52 +0100 Subject: [PATCH] v0.6.0 --- pyproject.toml | 2 +- typingx/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8af26b3..5d52fb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typingx" -version = "0.5.3" +version = "0.6.0" description = "Extend typing package functionalities" authors = ["Eric Jolibois "] license = "MIT" diff --git a/typingx/__init__.py b/typingx/__init__.py index ccaf6c8..b9a8d7d 100644 --- a/typingx/__init__.py +++ b/typingx/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.3" +__version__ = "0.6.0" from typing import ( Any,