From 5ed3f46b06aa83da5baeb6bb0150106e84bbbbc7 Mon Sep 17 00:00:00 2001 From: Steven Clouston Date: Fri, 12 Jul 2024 15:36:49 +1200 Subject: [PATCH] Bump version --- 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 f9af003..9f0904e 100644 --- a/authsignal/version.py +++ b/authsignal/version.py @@ -1 +1 @@ -VERSION = '2.0.1' \ No newline at end of file +VERSION = '2.0.2' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8cc517d..b23bb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "authsignal" -version = "2.0.1" +version = "2.0.2" description = "Authsignal Python SDK for Passwordless Step Up Authentication" authors = ["justinsoong "] license = "MIT"