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 bf2077a6de
commit 93acd7d6d9

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: