From 1d7b996a8c871e7b984cfe81d0469299db34a34b Mon Sep 17 00:00:00 2001 From: Andy Pai Date: Fri, 25 Oct 2024 14:25:24 -0600 Subject: [PATCH] Updated version for fusionauth-python-client to 1.53.3 --- build.savant | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.savant b/build.savant index f246311..bbc6543 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.53.2", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.53.3", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() diff --git a/setup.py b/setup.py index 7e8432e..aaecad7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="fusionauth-client", - version="1.53.2", + version="1.53.3", author="FusionAuth", author_email="dev@fusionauth.io", description="A client library for FusionAuth",