Skip to content

Commit 9e8f285

Browse files
committed
Update version for 0.1.0 release
1 parent a9bdf18 commit 9e8f285

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.0rc5'
7+
__version__ = '0.1.0'
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.0rc5'
6+
VERSION = '0.1.0'
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)