diff --git a/azure-iot-device/.bumpverion.cfg b/azure-iot-device/.bumpverion.cfg index b03239d19..8f9d89712 100644 --- a/azure-iot-device/.bumpverion.cfg +++ b/azure-iot-device/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.0.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/azure-iot-device/azure/iot/device/constant.py b/azure-iot-device/azure/iot/device/constant.py index 7b695e905..fcc970925 100644 --- a/azure-iot-device/azure/iot/device/constant.py +++ b/azure-iot-device/azure/iot/device/constant.py @@ -6,7 +6,7 @@ """This module defines constants for use across the azure-iot-device package """ -VERSION = "2.0.0" +VERSION = "2.0.1" USER_AGENT = "py-azure-iot-device/{version}".format(version=VERSION) IOTHUB_API_VERSION = "2018-06-30" PROVISIONING_API_VERSION = "2019-03-31" diff --git a/azure-iot-hub/.bumpverion.cfg b/azure-iot-hub/.bumpverion.cfg index 8f9d89712..3a078c0a7 100644 --- a/azure-iot-hub/.bumpverion.cfg +++ b/azure-iot-hub/.bumpverion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.1 +current_version = 2.0.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 99519038a..eef81f03e 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.0.1" +VERSION = "2.0.2"