From 458cd156b3e9b288da0063d2fbc4b8090d3999f2 Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Sun, 18 Feb 2024 18:36:56 +0530 Subject: [PATCH] chore: bumped to v2.1.1 --- insights/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insights/__init__.py b/insights/__init__.py index c88848760..187bf4dfd 100644 --- a/insights/__init__.py +++ b/insights/__init__.py @@ -2,7 +2,7 @@ # For license information, please see license.txt -__version__ = "2.1.0" +__version__ = "2.1.1" def notify(*args, **kwargs):