diff --git a/azure-iot-hub/.bumpverion.cfg b/azure-iot-hub/.bumpverion.cfg index 75bc11c68..ccc21529e 100644 --- a/azure-iot-hub/.bumpverion.cfg +++ b/azure-iot-hub/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.0 +current_version = 2.5.0 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 e18840432..5ee0e4a96 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.4.0" +VERSION = "2.5.0"