Skip to content

Commit 8d42184

Browse files
authored
0.1.0-rc (#25)
1 parent d3d2634 commit 8d42184

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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'
7+
__version__ = '0.1.0-rc'
88
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'

setup.py

Lines changed: 3 additions & 3 deletions
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'
6+
VERSION = '0.1.0-rc'
77
# If we have source, validate that our version numbers match
88
# This should prevent uploading releases with mismatched versions.
99
try:
@@ -36,10 +36,10 @@
3636
setup(
3737
name='iotedgehubdev',
3838
version=VERSION,
39-
url='https://github.com/adashen/iotedgelocal',
39+
url='https://github.com/Azure/iotedgehubdev',
4040
license='BSD',
4141
author='iotedgehubdev',
42-
author_email='shenwe@microsoft.com',
42+
author_email='vsciet@microsoft.com',
4343
description='My Tool does one thing, and one thing well.',
4444
long_description=__doc__,
4545
packages=find_packages(exclude=['tests']),

0 commit comments

Comments
 (0)