Skip to content

Commit

Permalink
release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed May 31, 2024
1 parent fb1717e commit 5b63570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changelog/_unreleased.toml → .changelog/2.2.3.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release-date = "2024-05-31"

[[entries]]
id = "0285c33d-85e6-4d72-bf09-7f8812b75e36"
type = "fix"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "typeapi"
version = "2.2.2"
version = "2.2.3"
description = ""
authors = ["Niklas Rosenstein <rosensteinniklas@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/typeapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.2"
__version__ = "2.2.3"

from .typehint import (
AnnotatedTypeHint,
Expand Down

0 comments on commit 5b63570

Please sign in to comment.