Bump version: 0.47.0 → 0.48.0

This commit is contained in:
Jon Gallant 2017-12-29 16:39:55 -08:00
Родитель de6e1f2a69
Коммит 785e7f998b
3 изменённых файлов: 3 добавлений и 3 удалений

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

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

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

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.47.0
current_version = 0.48.0
commit = True
tag = True

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

@ -32,7 +32,7 @@ test_requirements = [
setup(
name='azure-iot-edge-dev-tool',
version='0.47.0',
version='0.48.0',
description="The Azure IoT Edge Dev Tool module greatly simplifies your Edge development process by automating many of your routine manual tasks, such as building, deploying, pushing modules and configuring your Edge Runtime.",
long_description="See https://github.com/jonbgallant/azure-iot-edge-dev-tool for usage instructions.",
author="Jon Gallant",