From c2a93d3e6cd6548eb8d2f69ead1c6a40c2254715 Mon Sep 17 00:00:00 2001 From: Brady Wied Date: Tue, 16 Sep 2025 21:09:25 -0600 Subject: [PATCH] Updated version for fusionauth-python-client to 1.60.1 --- build.savant | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.savant b/build.savant index 8bdc77f..58e6a44 100644 --- a/build.savant +++ b/build.savant @@ -14,7 +14,7 @@ * language governing permissions and limitations under the License. */ -project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.60.0", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.60.1", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() diff --git a/setup.py b/setup.py index 063238b..63da5df 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="fusionauth-client", - version="1.60.0", + version="1.60.1", author="FusionAuth", author_email="dev@fusionauth.io", description="A client library for FusionAuth",