From 68579f5b4bca005d71aed986a82ddaeb10bb0891 Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Tue, 24 Oct 2023 13:53:36 +0530 Subject: [PATCH] Revert "fix: `develop` branch version" This reverts commit e2d1a61c07badfe8339bc85574e3959d16824a40. --- insights/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insights/__init__.py b/insights/__init__.py index acf960f2c..902bf9a7d 100644 --- a/insights/__init__.py +++ b/insights/__init__.py @@ -2,7 +2,7 @@ # For license information, please see license.txt -__version__ = "1.x.x" +__version__ = "1.1.3" def notify(*args, **kwargs):