diff --git a/iotedgedev/__init__.py b/iotedgedev/__init__.py index 89422244..75ffc9dc 100644 --- a/iotedgedev/__init__.py +++ b/iotedgedev/__init__.py @@ -4,4 +4,4 @@ __author__ = 'Jon Gallant' __email__ = 'info@jongallant.com' -__version__ = '0.76.0' +__version__ = '0.77.0' diff --git a/setup.cfg b/setup.cfg index a9264c15..9eac77d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.76.0 +current_version = 0.77.0 commit = True tag = True diff --git a/setup.py b/setup.py index bb7c9ec9..55af5877 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def run(self): setup( name='azure-iot-edge-dev-tool', - version='0.76.0', + version='0.77.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",