From 8b12be76521aee15f2626615f0c0978d0aac7353 Mon Sep 17 00:00:00 2001 From: Aditya Sirish Date: Wed, 13 Dec 2023 13:12:14 +0530 Subject: [PATCH] Prepare python release v0.9.3 Signed-off-by: Aditya Sirish --- python/in_toto_attestation/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/in_toto_attestation/__init__.py b/python/in_toto_attestation/__init__.py index b2b90876..2ded3fc2 100644 --- a/python/in_toto_attestation/__init__.py +++ b/python/in_toto_attestation/__init__.py @@ -1 +1 @@ -version = "0.9.2" +version = "0.9.3"