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"