Skip to content

Commit e5053cd

Browse files
release 2.1.2
1 parent ee13364 commit e5053cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]
88
name = "typeapi"
9-
version = "2.1.1"
9+
version = "2.1.2"
1010
description = ""
1111
authors = ["Niklas Rosenstein <[email protected]>"]
1212
license = "MIT"

src/typeapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.1.1"
1+
__version__ = "2.1.2"
22

33
from .typehint import (
44
AnnotatedTypeHint,

0 commit comments

Comments
 (0)