From 99084e61e1e9ae03c5a392858f07128151ef6929 Mon Sep 17 00:00:00 2001 From: Matt Pye Date: Tue, 17 Nov 2020 11:57:33 +0000 Subject: [PATCH] Bump to version 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d71df64..08904f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "django-magiclink" packages = [ {include = "magiclink"} ] -version = "0.9.0" +version = "1.0.0" description = "Passwordless Authentication for Django with Magic Links" authors = ["Matt Pye "] readme = "README.md"