From ae96554658f1f8ec17fc3285d77a58b6c671cdd2 Mon Sep 17 00:00:00 2001 From: Paymaun Date: Thu, 5 May 2022 11:26:56 -0700 Subject: [PATCH] Update constants.py --- azext_iot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azext_iot/constants.py b/azext_iot/constants.py index 7a53bac0f..c3adc55b9 100644 --- a/azext_iot/constants.py +++ b/azext_iot/constants.py @@ -7,7 +7,7 @@ import os -VERSION = "0.14.0" +VERSION = "0.14.1" EXTENSION_NAME = "azure-iot" EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__)) EXTENSION_CONFIG_ROOT_KEY = "iotext"