From eeb82e5c400101fec33bf7efbae849fe4138de81 Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Fri, 5 Aug 2022 15:37:36 +0100 Subject: [PATCH] Bump version --- thehive4py/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thehive4py/__init__.py b/thehive4py/__init__.py index 61534540..168da60a 100644 --- a/thehive4py/__init__.py +++ b/thehive4py/__init__.py @@ -1,3 +1,3 @@ -__version__ = "2.0.0b0" +__version__ = "2.0.0b1" from thehive4py.client import TheHiveApi