From 902aaeb29a42230c2c319f3d6dafef6913082af8 Mon Sep 17 00:00:00 2001 From: Jono Templeton Date: Fri, 29 Nov 2024 16:07:38 +1300 Subject: [PATCH] AUT-2461: major version 4 -> 5 --- authsignal/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authsignal/version.py b/authsignal/version.py index aaa4264..eb5be06 100644 --- a/authsignal/version.py +++ b/authsignal/version.py @@ -1 +1 @@ -VERSION = '3.0.0' +VERSION = "5.0.0" diff --git a/pyproject.toml b/pyproject.toml index 66d3841..f55810b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "authsignal" -version = "3.0.0" +version = "5.0.0" description = "Authsignal Python SDK for Passwordless Step Up Authentication" authors = ["justinsoong "] license = "MIT"