From 3297deafc0d3faaf7ccc0ec4abdf1cb6999f1b88 Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Wed, 10 Apr 2024 17:19:26 +0200 Subject: [PATCH] prepare for 1.9.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 247d395..37a703c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ exclude_lines = [ [tool.poetry] name = "cryptojwt" -version = "1.8.4" +version = "1.9.0" description = "Python implementation of JWT, JWE, JWS and JWK" authors = ["Roland Hedberg "] license = "Apache-2.0"