Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed May 13, 2022
1 parent d9106be commit fc31138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[metadata]
name = "oidcop"
version = "2.3.4"
version = "2.4.3"
author = "Roland Hedberg"
author_email = "roland@catalogix.se"
description = "Python implementation of an OAuth2 AS and an OIDC Provider"
Expand Down
2 changes: 1 addition & 1 deletion src/oidcop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import secrets

__version__ = "2.4.1"
__version__ = "2.4.3"

DEF_SIGN_ALG = {
"id_token": "RS256",
Expand Down

0 comments on commit fc31138

Please sign in to comment.