From 99b431480f69b899197451d95c17914b8aaab291 Mon Sep 17 00:00:00 2001 From: Malini Das Date: Wed, 19 Feb 2014 16:28:12 -0500 Subject: [PATCH] Bug 974165 - bump marionette-client version to 0.7.4 and release to pypi --- testing/marionette/client/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/marionette/client/setup.py b/testing/marionette/client/setup.py index 93e5bb68f38e..ca39ed79cf3f 100644 --- a/testing/marionette/client/setup.py +++ b/testing/marionette/client/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -version = '0.7.3' +version = '0.7.4' # get documentation from the README try: