Skip to content

Commit 7806b57

Browse files
authored
0.1.0-rc2 (#41)
1 parent 9d89a89 commit 7806b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iotedgehubdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
pkg_resources.declare_namespace(__name__)
55

66
__author__ = 'Microsoft Corporation'
7-
__version__ = '0.1.0-rc'
7+
__version__ = '0.1.0-rc2'
88
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
from setuptools import find_packages, setup
55

6-
VERSION = '0.1.0-rc'
6+
VERSION = '0.1.0-rc2'
77
# If we have source, validate that our version numbers match
88
# This should prevent uploading releases with mismatched versions.
99
try:

0 commit comments

Comments
 (0)