Skip to content

Commit 384d5d9

Browse files
authored
Merge pull request #108 from onelogin/copilot/fix-8a7ce2df-dab2-4dd7-913b-b8355e14ce8c
Fix version number mismatch: Update to 3.2.1 in pyproject.toml and __init__.py
2 parents 7cb2091 + 55b7cc1 commit 384d5d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

onelogin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111

12-
__version__ = "3.2.0"
12+
__version__ = "3.2.1"
1313

1414
# import apis into sdk package
1515
from onelogin.api.api_auth_claims_api import APIAuthClaimsApi

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "onelogin"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
description = "OneLogin API Python SDK"
55
authors = [
66
{name = "OneLogin", email = "developers@onelogin.com"}

0 commit comments

Comments
 (0)