From 09cc3dbcf2955053e585845aca6ca7f7c0ac53ad Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Tue, 3 Sep 2024 14:42:40 +0530 Subject: [PATCH] chore: bumped to v3.0.0-beta --- insights/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insights/__init__.py b/insights/__init__.py index 7d26cc84c..acec0bd9b 100644 --- a/insights/__init__.py +++ b/insights/__init__.py @@ -2,7 +2,7 @@ # For license information, please see license.txt -__version__ = "3.0.0" +__version__ = "3.0.0-beta" def notify(*args, **kwargs):