Skip to content

Commit

Permalink
Update to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
marianan committed Feb 7, 2022
1 parent 47cf3a5 commit ae7025e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following table compares the requirements to run your solution on the IoT Ed
[Windows](https://docs.docker.com/docker-for-windows/install/), [macOS](https://docs.docker.com/docker-for-mac/install/) or [Linux](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce)

2. Install [Docker Compose (1.20.0+)](https://docs.docker.com/compose/install/#install-compose) (***Linux only***. *Compose has already been included in Windows/macOS Docker CE installation*)
3. Install [Python (3.5/3.6/3.7/3.8/3.9/3.10) and Pip](https://www.python.org/)
3. Install [Python (3.5/3.6/3.7/3.8/3.9) and Pip](https://www.python.org/)
4. Install **iotedgehubdev** by running the following command in your terminal:
```
pip install --upgrade iotedgehubdev
Expand Down
2 changes: 1 addition & 1 deletion iotedgehubdev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
pkg_resources.declare_namespace(__name__)

__author__ = 'Microsoft Corporation'
__version__ = '0.14.11-rc1'
__version__ = '0.14.11-rc2'
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
__production__ = 'iotedgehubdev'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from setuptools import find_packages, setup

VERSION = '0.14.11-rc1'
VERSION = '0.14.11-rc2'
# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
try:
Expand Down Expand Up @@ -80,7 +80,6 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',

'Topic :: Software Development :: Libraries :: Python Modules',
]
Expand Down

0 comments on commit ae7025e

Please sign in to comment.