Skip to content

Commit d9ee48b

Browse files
committed
Update version and setup classifiers.
1 parent 510a226 commit d9ee48b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

myDevices/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
This package contains the Cayenne agent, which is a full featured client for the Cayenne IoT project builder: https://cayenne.mydevices.com. It sends system information as well as sensor and actuator data and responds to actuator messages initiated from the Cayenne dashboard and mobile apps.
33
"""
4-
__version__ = '1.1.0'
4+
__version__ = '2.0.0'

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
from myDevices.system.hardware import Hardware
77

88

9-
classifiers = ['Development Status :: 1 - Alpha',
9+
classifiers = ['Development Status :: 5 - Production/Stable',
1010
'Operating System :: POSIX :: Linux',
1111
'License :: OSI Approved :: MIT License',
1212
'Intended Audience :: Developers',
1313
'Programming Language :: Python :: 3',
1414
'Topic :: Software Development',
1515
'Topic :: Home Automation',
16-
'Topic :: System :: Hardware']
16+
'Topic :: System :: Hardware',
17+
'Topic :: System :: Monitoring']
1718

1819
try:
1920
# Try to install under the cayenne user, if it exists.

0 commit comments

Comments
 (0)