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