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

Commit 998fa12

Browse files
committed
Bumped version and oidcmsg requirement.
1 parent 442c0e5 commit 998fa12

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
@@ -72,7 +72,7 @@ def run_tests(self):
7272
"Programming Language :: Python :: 3.9",
7373
"Topic :: Software Development :: Libraries :: Python Modules"],
7474
install_requires=[
75-
"oidcmsg==1.3.3-1",
75+
"oidcmsg==1.4.0",
7676
"cryptojwt==1.5.2",
7777
"pyyaml",
7878
"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.1"
3+
__version__ = "2.1.0"
44

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

0 commit comments

Comments
 (0)