From 385ca769c7185ef9ab35442daa3fa3c1a717537d Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Thu, 8 Feb 2024 16:01:56 +0530 Subject: [PATCH] chore: bump to v2.1.0 --- insights/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insights/__init__.py b/insights/__init__.py index 3cd13fa9..c8884876 100644 --- a/insights/__init__.py +++ b/insights/__init__.py @@ -2,7 +2,7 @@ # For license information, please see license.txt -__version__ = "2.0.3" +__version__ = "2.1.0" def notify(*args, **kwargs):