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