From d74fcf1421598f70720217be6e4ec077e89135af Mon Sep 17 00:00:00 2001 From: tarsil Date: Tue, 9 Apr 2024 17:11:41 +0100 Subject: [PATCH] Release 0.2.0 --- esmerald_simple_jwt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esmerald_simple_jwt/__init__.py b/esmerald_simple_jwt/__init__.py index 3dc1f76..d3ec452 100644 --- a/esmerald_simple_jwt/__init__.py +++ b/esmerald_simple_jwt/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0"