author | Dave Hunt <dhunt@mozilla.com> |
Thu, 12 Dec 2013 10:30:17 -0500 | |
changeset 160141 | c18b807d5947dfa8bffea8a3b8fe8fcc0b7a982f |
parent 160140 | 7bd725c5371ba209722dcfbf976f70dd3b3a2b16 |
child 160142 | 421def41b67092b672d5fd7316edb2c807753669 |
push id | 1672 |
push user | kvijayan@mozilla.com |
push date | Thu, 12 Dec 2013 20:08:00 +0000 |
reviewers | mdas |
bugs | 949406 |
milestone | 29.0a1 |
--- a/testing/marionette/client/setup.py +++ b/testing/marionette/client/setup.py @@ -1,12 +1,12 @@ import os from setuptools import setup, find_packages -version = '0.7.0' +version = '0.7.1' # get documentation from the README try: here = os.path.dirname(os.path.abspath(__file__)) description = file(os.path.join(here, 'README.md')).read() except (OSError, IOError): description = ''