From 915e775598a566f72a15b926932eba18b67cc315 Mon Sep 17 00:00:00 2001 From: Mariana Mihova <10135329+marianan@users.noreply.github.com> Date: Wed, 21 Oct 2020 20:53:36 -0700 Subject: [PATCH] Bump rc version (#294) --- 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 361763c5..e7467ca8 100644 --- a/iotedgehubdev/__init__.py +++ b/iotedgehubdev/__init__.py @@ -8,6 +8,6 @@ pkg_resources.declare_namespace(__name__) __author__ = 'Microsoft Corporation' -__version__ = '0.14.3rc2' +__version__ = '0.14.3rc3' __AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe' __production__ = 'iotedgehubdev' diff --git a/setup.py b/setup.py index 392cd7cc..a20c63a0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ """ from setuptools import find_packages, setup -VERSION = '0.14.3rc2' +VERSION = '0.14.3rc3' # If we have source, validate that our version numbers match # This should prevent uploading releases with mismatched versions. try: