Skip to content

Commit

Permalink
build: release version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
waza-ari committed May 19, 2024
1 parent f601553 commit 77d7dc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
project = "FastAPI Keycloak Middleware"
copyright = "2024, Daniel Herrmann"
author = "Daniel Herrmann"
release = "1.0.0"
release = "1.0.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion fastapi_keycloak_middleware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Middleware for FastAPI that supports authenticating users against Keycloak
"""

__version__ = "1.0.0"
__version__ = "1.0.1"

import logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-keycloak-middleware"
version = "1.0.0"
version = "1.0.1"
description = "Middleware for FastAPI to authenticate a user against keycloak"
authors = ["Daniel Herrmann <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 77d7dc5

Please sign in to comment.