From 576188665a33677619bfc93c5448b3f6a724ab54 Mon Sep 17 00:00:00 2001 From: "Rafid Aslam (refeed)" Date: Thu, 20 Jul 2023 19:58:12 +0700 Subject: [PATCH] setup.py: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98e93f3..49b3e2a 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(*names, **kwargs): setup( name="py-tirith", - version="1.0.0-beta.2", + version="1.0.0-beta.3", license="Apache", description="Tirith simplifies defining Policy as Code.", long_description_content_type="text/markdown",