From d5f51e17af17304788ca3d1e35d2e64c40fd144f Mon Sep 17 00:00:00 2001 From: Mariana Mihova Date: Mon, 7 Feb 2022 21:13:47 -0800 Subject: [PATCH] RC3 --- iotedgehubdev/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iotedgehubdev/__init__.py b/iotedgehubdev/__init__.py index 9b138ed..7276baa 100644 --- a/iotedgehubdev/__init__.py +++ b/iotedgehubdev/__init__.py @@ -7,6 +7,6 @@ pkg_resources.declare_namespace(__name__) __author__ = 'Microsoft Corporation' -__version__ = '0.14.11-rc2' +__version__ = '0.14.11-rc3' __AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe' __production__ = 'iotedgehubdev' diff --git a/setup.py b/setup.py index 8c09c9c..7afc4a4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ """ from setuptools import find_packages, setup -VERSION = '0.14.11-rc2' +VERSION = '0.14.11-rc3' # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. try: