From c815b15e876ed71a5a1315ac2b15ab13cf2dcffb Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Mon, 14 Mar 2022 11:46:05 +0100 Subject: [PATCH] release 1.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be12500..d4bb0f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ exclude_lines = [ [tool.poetry] name = "cryptojwt" -version = "1.7.0" +version = "1.7.1" description = "Python implementation of JWT, JWE, JWS and JWK" authors = ["Roland Hedberg "] license = "Apache-2.0"