Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 45d10bb

Browse files
1.0.6
1 parent 0a44447 commit 45d10bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_keycloak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Keycloak API Client for integrating authentication and authorization with FastAPI"""
22

3-
__version__ = "1.0.5"
3+
__version__ = "1.0.6"
44

55
from fastapi_keycloak.api import FastAPIKeycloak
66
from fastapi_keycloak.model import (HTTPMethod, KeycloakError, KeycloakGroup,

0 commit comments

Comments
 (0)