From 3b19a6c316891c50e6a15a5cf1ab52d63c58b7cf Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Wed, 9 Dec 2020 08:47:18 -0700 Subject: [PATCH] Updated version for fusionauth-python-client to 1.22.2 --- build.savant | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.savant b/build.savant index 6cefda0..0989978 100644 --- a/build.savant +++ b/build.savant @@ -15,7 +15,7 @@ */ savantVersion = "1.0.0" -project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.22.1", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.22.2", licenses: ["ApacheV2_0"]) { workflow { standard() } diff --git a/setup.py b/setup.py index dcedc6a..93950e7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="fusionauth-client", - version="1.22.1", + version="1.22.2", author="Tyler Scott", author_email="dev@fusionauth.io", description="A client library for FusionAuth",