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

Commit 2da7071

Browse files
committed
v2.0.1
1 parent e444e2b commit 2da7071

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run_tests(self):
6464
"Programming Language :: Python :: 3.8",
6565
"Topic :: Software Development :: Libraries :: Python Modules"],
6666
install_requires=[
67-
"oidcmsg==1.3.2",
67+
"oidcmsg==1.3.3",
6868
"cryptojwt==1.5.2",
6969
"pyyaml",
7070
"jinja2>=2.11.3",

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.0.0"
3+
__version__ = "2.0.1"
44

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

0 commit comments

Comments
 (0)