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,