We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b96e0 commit 90f6330Copy full SHA for 90f6330
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[metadata]
9
name = "idpyoidc"
10
-version = "1.3.0"
+version = "1.4.0"
11
author = "Roland Hedberg"
12
author_email = "roland@catalogix.se"
13
description = "Everything OAuth2 and OIDC"
src/idpyoidc/__init__.py
@@ -1,5 +1,5 @@
1
__author__ = "Roland Hedberg"
2
-__version__ = "1.3.0"
+__version__ = "1.4.0"
3
4
import os
5
from typing import Dict
0 commit comments