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

Commit 5f286d8

Browse files
committed
Bumped version
Updated oidcendpoint version requirement.
1 parent 93a995f commit 5f286d8

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
@@ -62,7 +62,7 @@ def run_tests(self):
6262
"Topic :: Software Development :: Libraries :: Python Modules"],
6363
install_requires=[
6464
"pyyaml",
65-
'oidcendpoint>=1.0.0'
65+
'oidcendpoint>=1.1.0'
6666
],
6767
zip_safe=False,
6868
cmdclass={'test': PyTest},

src/oidcop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.0'
1+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)