Bug 1272541 - Bump mozsystemmonitor to version 0.2; r?ahal draft
authorGregory Szorc <gps@mozilla.com>
Thu, 12 May 2016 18:48:32 -0700
changeset 366640 ab27b1e96a7ff5be65314747380be7bbbc2f8b23
parent 366639 09eabe207f3fe9c3241d9b46a029b85940fdfc5c
child 520817 7e25f612a35742d14aa71d2d57db23c91544d35f
push id18033
push userbmo:gps@mozilla.com
push dateFri, 13 May 2016 01:48:48 +0000
reviewersahal
bugs1272541
milestone49.0a1
Bug 1272541 - Bump mozsystemmonitor to version 0.2; r?ahal So we can release the new as_dict() goodies. MozReview-Commit-ID: JNQ3jA2U450
testing/mozbase/mozsystemmonitor/setup.py
--- 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(