diff options
Diffstat (limited to 'testing/mozbase/mozdebug/setup.py')
-rw-r--r-- | testing/mozbase/mozdebug/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mozbase/mozdebug/setup.py b/testing/mozbase/mozdebug/setup.py index 2e28924fad..a2f406a257 100644 --- a/testing/mozbase/mozdebug/setup.py +++ b/testing/mozbase/mozdebug/setup.py @@ -4,7 +4,7 @@ from setuptools import setup -PACKAGE_VERSION = "0.3.0" +PACKAGE_VERSION = "0.3.1" DEPS = ["mozinfo"] |