From bd72004641fa89f01ba1da7129fc006453a5bd28 Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Tue, 16 Jan 2024 12:38:28 +0530 Subject: [PATCH] Revert "chore: update version" This reverts commit 350c21666ee19536395609c776ceb59940997097. --- insights/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insights/__init__.py b/insights/__init__.py index f787ab12e..902bf9a7d 100644 --- a/insights/__init__.py +++ b/insights/__init__.py @@ -2,7 +2,7 @@ # For license information, please see license.txt -__version__ = "2.0.x" +__version__ = "1.1.3" def notify(*args, **kwargs):