Skip to content

Commit 55b7cc1

Browse files
CopilotSubterrane
andcommitted
Update version from 3.2.0 to 3.2.1 in pyproject.toml and __init__.py
Co-authored-by: Subterrane <5290140+Subterrane@users.noreply.github.com>
1 parent c2af578 commit 55b7cc1

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)