From 7600c217e4f0e2f75160ca6f8971ae8cd2b8b2fc Mon Sep 17 00:00:00 2001 From: ftsell Date: Mon, 6 Nov 2023 16:02:05 +0100 Subject: [PATCH] bump version to v0.5.1 --- src/simple_openid_connect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simple_openid_connect/__init__.py b/src/simple_openid_connect/__init__.py index 62979f5..a6a9226 100644 --- a/src/simple_openid_connect/__init__.py +++ b/src/simple_openid_connect/__init__.py @@ -1,4 +1,4 @@ """ Simple and opinionated OpenID-Connect relying party (client) and resource server implementation. """ -__version__ = "0.5.0" +__version__ = "0.5.1"