Bump version: 0.77.0 → 0.78.0

This commit is contained in:
Jon Gallant 2018-04-04 21:53:52 -07:00
Родитель 472e287028
Коммит d1d0ed4ca3
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,4 +4,4 @@
__author__ = 'Jon Gallant'
__email__ = 'info@jongallant.com'
__version__ = '0.77.0'
__version__ = '0.78.0'

Просмотреть файл

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.77.0
current_version = 0.78.0
commit = True
tag = True

Просмотреть файл

@ -55,7 +55,7 @@ test_requirements = [
setup(
name='azure-iot-edge-dev-cli',
version='0.77.0',
version='0.78.0',
description="The Azure IoT Edge Dev CLI 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/iot-edge-dev-cli for usage instructions.",
author="Jon Gallant",