зеркало из https://github.com/Azure/iotedgedev.git
update version
This commit is contained in:
Родитель
396a69a750
Коммит
67853e4cc9
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
__author__ = 'Microsoft Corporation'
|
__author__ = 'Microsoft Corporation'
|
||||||
__email__ = 'opencode@microsoft.com'
|
__email__ = 'opencode@microsoft.com'
|
||||||
__version__ = '3.1.0'
|
__version__ = '3.1.1rc0'
|
||||||
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
|
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 3.1.0
|
current_version = 3.1.1rc0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ test_requirements = [
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='iotedgedev',
|
name='iotedgedev',
|
||||||
version='3.1.1',
|
version='3.1.1rc0',
|
||||||
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.',
|
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.',
|
long_description='See https://github.com/azure/iotedgedev for usage instructions.',
|
||||||
author='Microsoft Corporation',
|
author='Microsoft Corporation',
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
__author__ = 'Microsoft Corporation'
|
__author__ = 'Microsoft Corporation'
|
||||||
__email__ = 'opencode@microsoft.com'
|
__email__ = 'opencode@microsoft.com'
|
||||||
__version__ = '3.1.0'
|
__version__ = '3.1.1rc0'
|
||||||
|
|
Загрузка…
Ссылка в новой задаче