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

Commit 0cdca24

Browse files
committed
Project version behind pypi version. This to put them in sync.
1 parent 6daef71 commit 0cdca24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[metadata]
99
name = "oidcop"
10-
version = "2.3.0"
10+
version = "2.3.2"
1111
author = "Roland Hedberg"
1212
author_email = "[email protected]"
1313
description = "Python implementation of an OAuth2 AS and an OIDC Provider"

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.3.1"
3+
__version__ = "2.3.2"
44

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

0 commit comments

Comments
 (0)