Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Dec 20, 2021
1 parent d23dff8 commit ffdb7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "typingx"
version = "0.5.3"
version = "0.6.0"
description = "Extend typing package functionalities"
authors = ["Eric Jolibois <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion typingx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.3"
__version__ = "0.6.0"

from typing import (
Any,
Expand Down

0 comments on commit ffdb7e6

Please sign in to comment.