We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d89a89 commit 7806b57Copy full SHA for 7806b57
iotedgehubdev/__init__.py
@@ -4,5 +4,5 @@
4
pkg_resources.declare_namespace(__name__)
5
6
__author__ = 'Microsoft Corporation'
7
-__version__ = '0.1.0-rc'
+__version__ = '0.1.0-rc2'
8
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'
setup.py
@@ -3,7 +3,7 @@
3
"""
from setuptools import find_packages, setup
-VERSION = '0.1.0-rc'
+VERSION = '0.1.0-rc2'
# If we have source, validate that our version numbers match
# This should prevent uploading releases with mismatched versions.
9
try:
0 commit comments