We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5bb35 commit 8303f23Copy full SHA for 8303f23
devicecloud/version.py
@@ -4,4 +4,4 @@
4
#
5
# Copyright (c) 2015 Digi International, Inc.
6
7
-__version__ = "0.4.2"
+__version__ = "0.4.3"
setup.py
@@ -55,7 +55,7 @@ def get_long_description():
55
long_description=get_long_description(),
56
url="https://github.com/digidotcom/python-devicecloud",
57
author="Digi International, Inc.",
58
- author_email="paul.osborne@digi.com",
+ author_email="brandon.moser@digi.com",
59
packages=find_packages(),
60
install_requires=open('requirements.txt').read().split(),
61
classifiers=[
0 commit comments