Bug 1272782 - Bump mozsystemmonitor version to 0.3; r?ahal draft
authorGregory Szorc <gps@mozilla.com>
Fri, 13 May 2016 14:11:40 -0700
changeset 366990 21aefbb06de1ba284d12ba3db67aa6855b5d0854
parent 366989 8f680eab4f03f16eda188fd130e21fb85a2d016c
child 367008 7613ac6d831cc5a9cab51e55ff39b0947fa7f27d
push id18105
push userbmo:gps@mozilla.com
push dateFri, 13 May 2016 21:11:59 +0000
reviewersahal
bugs1272782
milestone49.0a1
Bug 1272782 - Bump mozsystemmonitor version to 0.3; r?ahal So we can release the bug fixes we just made. MozReview-Commit-ID: HgfPQkkwd6r
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.2'
+PACKAGE_VERSION = '0.3'
 
 try:
     pwd = os.path.dirname(os.path.abspath(__file__))
     description = open(os.path.join(pwd, 'README.rst')).read()
 except:
     description = ''
 
 setup(