diff --git a/build.savant b/build.savant index 03a502d..082db4e 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.50.1", licenses: ["ApacheV2_0"]) { +project(group: "io.fusionauth", name: "fusionauth-python-client", version: "1.51.0", licenses: ["ApacheV2_0"]) { workflow { fetch { cache() diff --git a/setup.py b/setup.py index e22c69a..497f23e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="fusionauth-client", - version="1.50.1", + version="1.51.0", author="Tyler Scott", author_email="dev@fusionauth.io", description="A client library for FusionAuth",