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 f5df897 commit c69c3ccCopy full SHA for c69c3cc
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[metadata]
9
name = "idpyoidc"
10
-version = "1.0.9"
+version = "1.0.10"
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.0.9"
+__version__ = "1.0.10"
3
4
import os
5
from typing import Dict
0 commit comments