From 89d20c5d58057bc5fed719c440a4ac2d5ed1a39f Mon Sep 17 00:00:00 2001 From: Steven Clouston Date: Mon, 4 Dec 2023 14:31:25 +1300 Subject: [PATCH] Bump version to 1.0.2 --- 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 c403394..25eff81 100644 --- a/authsignal/version.py +++ b/authsignal/version.py @@ -1 +1 @@ -VERSION = '1.0.1' \ No newline at end of file +VERSION = '1.0.2' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a8e5997..e9fd4b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "authsignal" -version = "1.0.1" +version = "1.0.2" description = "Authsignal Python SDK for Passwordless Step Up Authentication" authors = ["justinsoong "] license = "MIT"