Bug 1272541 - Bump mozsystemmonitor to version 0.2; r?ahal
So we can release the new as_dict() goodies.
MozReview-Commit-ID: JNQ3jA2U450
--- a/testing/mozbase/mozsystemmonitor/setup.py
+++ b/testing/mozbase/mozsystemmonitor/setup.py
@@ -1,17 +1,17 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
import os
from setuptools import setup
-PACKAGE_VERSION = '0.1'
+PACKAGE_VERSION = '0.2'
try:
pwd = os.path.dirname(os.path.abspath(__file__))
description = open(os.path.join(pwd, 'README.rst')).read()
except:
description = ''
setup(