Commit f03abf77 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

Bug 1272541 - Bump mozsystemmonitor to version 0.2; r=ahal

So we can release the new as_dict() goodies.

MozReview-Commit-ID: JNQ3jA2U450

--HG--
extra : rebase_source : 6f17ed7395033d75e28f1ed4db468b2865da739a
parent 3dd91a28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ import os

from setuptools import setup

PACKAGE_VERSION = '0.1'
PACKAGE_VERSION = '0.2'

try:
    pwd = os.path.dirname(os.path.abspath(__file__))