From daee67ef4dbf240299ee51c5111ca17af1645560 Mon Sep 17 00:00:00 2001 From: Guillaume Pujol Date: Mon, 16 May 2022 21:43:29 +0200 Subject: [PATCH] v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9847f5d..548c9f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "jwskate" -version = "0.1.1" +version = "0.2.0" homepage = "https://github.com/guillp/jwskate" description = "A Pythonic implementation of Json Web Signature, Keys, Algorithms, Tokens and Encryption (RFC7514 to 7519), on top of the `cryptography` module." authors = ["Guillaume Pujol "]