From bcf536aa61b1dcbdbead99a2c68983e2244a7909 Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Fri, 2 Feb 2024 12:21:48 +0530 Subject: [PATCH] chore: bump to v2.0.3 --- insights/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insights/__init__.py b/insights/__init__.py index 55de97aa1..3cd13fa9d 100644 --- a/insights/__init__.py +++ b/insights/__init__.py @@ -2,7 +2,7 @@ # For license information, please see license.txt -__version__ = "2.0.2" +__version__ = "2.0.3" def notify(*args, **kwargs):