From 34f93a70c8518203f0046a8444ae79f55fa97311 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 13 Dec 2024 12:55:46 -0800 Subject: [PATCH] bump version to 0.26.0 --- 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 019c21aef..c2f603862 100644 --- a/azext_iot/constants.py +++ b/azext_iot/constants.py @@ -7,7 +7,7 @@ import os -VERSION = "0.25.0" +VERSION = "0.26.0" EXTENSION_NAME = "azure-iot" EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__)) EXTENSION_CONFIG_ROOT_KEY = "iotext"