From b7c9b6bf23504bd78aa06516b2eee68b5b060d18 Mon Sep 17 00:00:00 2001 From: Timothy Claeys Date: Fri, 15 Dec 2023 19:01:01 +0100 Subject: [PATCH] Bump pycose version to v1.1.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3ac5aa6..a6481ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pycose -version = 1.0.1 +version = 1.1.0 author = Timothy Claeys author_email = timothy.claeys@gmail.com description = CBOR Object Signing and Encryption (COSE) implementation