diff --git a/azure-iot-hub/.bumpverion.cfg b/azure-iot-hub/.bumpverion.cfg index 9360bc16c..c82f074b9 100644 --- a/azure-iot-hub/.bumpverion.cfg +++ b/azure-iot-hub/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.2 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/azure-iot-hub/azure/iot/hub/constant.py b/azure-iot-hub/azure/iot/hub/constant.py index cf905b926..2b090ede7 100644 --- a/azure-iot-hub/azure/iot/hub/constant.py +++ b/azure-iot-hub/azure/iot/hub/constant.py @@ -6,4 +6,4 @@ """This module defines constants for use across the azure-iot-hub package """ -VERSION = "2.2.1" +VERSION = "2.2.2"