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

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasScholl committed Jul 24, 2022
1 parent ed9b39f commit d8b8bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_keycloak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Keycloak API Client for integrating authentication and authorization with FastAPI"""

__version__ = "1.0.6"
__version__ = "1.0.7"

from fastapi_keycloak.api import FastAPIKeycloak
from fastapi_keycloak.model import (HTTPMethod, KeycloakError, KeycloakGroup,
Expand Down

0 comments on commit d8b8bcc

Please sign in to comment.