Skip to content

Commit 2458d1c

Browse files
committed
Add py.typed support and bump version to 0.1.2
- Add py.typed file to indicate type support - Update version from 0.1.1 to 0.1.2
1 parent 87b83cb commit 2458d1c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastapi_jwt_harmony/py.typed

Whitespace-only changes.

src/fastapi_jwt_harmony/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for fastapi-jwt-harmony."""
22

3-
__version__ = '0.1.1'
3+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)