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

Commit 2506b8f

Browse files
authored
Merge pull request #100 from IdentityPython/v2.0.0-1
fix: pypi setup
2 parents 0f92cfb + 0cf0c2b commit 2506b8f

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
@@ -71,7 +71,7 @@ def run_tests(self):
7171
"Programming Language :: Python :: 3.9",
7272
"Topic :: Software Development :: Libraries :: Python Modules"],
7373
install_requires=[
74-
"oidcmsg==1.3.2",
74+
"oidcmsg==1.3.2-1",
7575
"cryptojwt==1.5.2",
7676
"pyyaml",
7777
"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.0-2"
44

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

0 commit comments

Comments
 (0)