From 734455c9ca9c2d46d9f20da944f1c490a9d79c60 Mon Sep 17 00:00:00 2001 From: Jon Gallant Date: Sat, 10 Feb 2018 00:31:32 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.61.0=20=E2=86=92=200.62.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iotedgedev/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iotedgedev/__init__.py b/iotedgedev/__init__.py index c8a10f25..6b4604f1 100644 --- a/iotedgedev/__init__.py +++ b/iotedgedev/__init__.py @@ -4,4 +4,4 @@ __author__ = 'Jon Gallant' __email__ = 'info@jongallant.com' -__version__ = '0.61.0' +__version__ = '0.62.0' diff --git a/setup.cfg b/setup.cfg index d1dbcc0d..aef3d12e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.61.0 +current_version = 0.62.0 commit = True tag = True diff --git a/setup.py b/setup.py index 2908efee..79c8db7f 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='azure-iot-edge-dev-tool', - version='0.61.0', + version='0.62.0', description="The Azure IoT Edge Dev Tool package greatly simplifies your IoT Edge development process by automating many of your routine manual tasks, such as building, deploying, pushing modules and configuring your IoT Edge Runtime.", long_description="See https://github.com/jonbgallant/azure-iot-edge-dev-tool for usage instructions.", author="Jon Gallant",