From 3ec70cf3d6a815530a2c92aea01f9cc7996175cc Mon Sep 17 00:00:00 2001 From: purificant Date: Tue, 3 Aug 2021 12:05:48 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0228e1b..2cd4c72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-paseto" -version = "0.3.0" +version = "0.4.0" description = "Platform-Agnostic Security Tokens for Python" authors = [] license = "MIT"