From 33aa231e90673514290e4e44c94a8d643f1dc293 Mon Sep 17 00:00:00 2001 From: Cindy Deng Date: Wed, 15 Sep 2021 18:21:28 +0000 Subject: [PATCH] update version number --- iotedgedev/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- tests/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iotedgedev/__init__.py b/iotedgedev/__init__.py index d92e1e9a..c87b8e2c 100644 --- a/iotedgedev/__init__.py +++ b/iotedgedev/__init__.py @@ -2,5 +2,5 @@ __author__ = 'Microsoft Corporation' __email__ = 'opencode@microsoft.com' -__version__ = '3.3.0rc0' +__version__ = '3.3.0' __AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe' \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 402dd951..eac2c520 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.3.0rc0 +current_version = 3.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 63805b5d..ae91f1a6 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='iotedgedev', - version='3.3.0rc0', + version='3.3.0', description='The Azure IoT Edge Dev Tool greatly simplifies the IoT Edge development process by automating many routine manual tasks, such as building, deploying, pushing modules and configuring the IoT Edge Runtime.', long_description='See https://github.com/azure/iotedgedev for usage instructions.', author='Microsoft Corporation', diff --git a/tests/__init__.py b/tests/__init__.py index 3269f68f..cc825f54 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Microsoft Corporation' __email__ = 'opencode@microsoft.com' -__version__ = '3.3.0rc0' +__version__ = '3.3.0'