From a134b928cf75604f5790e0cbdb05f2496248ecf7 Mon Sep 17 00:00:00 2001 From: purificant Date: Thu, 5 Aug 2021 21:30:17 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cd4c72..e1ec3e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-paseto" -version = "0.4.0" +version = "0.5.0" description = "Platform-Agnostic Security Tokens for Python" authors = [] license = "MIT"