Skip to content

Commit 18996b2

Browse files
committed
chore: bump version to 3.2.0
1 parent eb823e7 commit 18996b2

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.1.6"
12+
__version__ = "3.2.0"
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.1.6"
3+
version = "3.2.0"
44
description = "OneLogin API Python SDK"
55
authors = [
66
{name = "OneLogin", email = "developers@onelogin.com"}

0 commit comments

Comments
 (0)