Bug 1061514 - Bump marionette_client version to 0.8.4. r=zcampbell

This commit is contained in:
Dave Hunt 2014-09-02 04:01:00 +02:00
parent 574a9caabd
commit 0caca9ea2e

View File

@ -2,7 +2,7 @@ import os
from setuptools import setup, find_packages
import sys
version = '0.8.3'
version = '0.8.4'
# dependencies
with open('requirements.txt') as f: