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

Commit 2f81e24

Browse files
authored
Merge pull request #201 from IdentityPython/new_version
Bumped version
2 parents d9106be + fc31138 commit 2f81e24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[metadata]
99
name = "oidcop"
10-
version = "2.3.4"
10+
version = "2.4.3"
1111
author = "Roland Hedberg"
1212
author_email = "[email protected]"
1313
description = "Python implementation of an OAuth2 AS and an OIDC Provider"

src/oidcop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import secrets
22

3-
__version__ = "2.4.1"
3+
__version__ = "2.4.3"
44

55
DEF_SIGN_ALG = {
66
"id_token": "RS256",

0 commit comments

Comments
 (0)