From bf71f08177291f7dbdedccc9b2cc42ff0b0eeca3 Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Sat, 6 Jan 2024 14:58:01 +0530 Subject: [PATCH] chore: bumped to v2.0.1 --- insights/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insights/__init__.py b/insights/__init__.py index c4f54e02a..4495ecc21 100644 --- a/insights/__init__.py +++ b/insights/__init__.py @@ -2,7 +2,7 @@ # For license information, please see license.txt -__version__ = "2.0.0" +__version__ = "2.0.1" def notify(*args, **kwargs):