From 50459b5a8ec73e5629bf5b88136fce95b9083e90 Mon Sep 17 00:00:00 2001 From: Haitham Shami Date: Mon, 7 Mar 2022 10:26:56 -0800 Subject: [PATCH] fix version number errors - remove dashes --- iotedgedev/__init__.py | 2 +- tests/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iotedgedev/__init__.py b/iotedgedev/__init__.py index 723baee5..343d92e2 100644 --- a/iotedgedev/__init__.py +++ b/iotedgedev/__init__.py @@ -2,5 +2,5 @@ __author__ = 'Microsoft Corporation' __email__ = 'opencode@microsoft.com' -__version__ = '3.3.3-rc0' +__version__ = '3.3.3rc0' __AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe' diff --git a/tests/__init__.py b/tests/__init__.py index 8e673795..4b1e7471 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Microsoft Corporation' __email__ = 'opencode@microsoft.com' -__version__ = '3.3.3-rc0' +__version__ = '3.3.3rc0'