Bug 1168997 - Bump marionette-client to 0.14, r=dburns

This commit is contained in:
Jonathan Griffin 2015-05-28 08:58:22 -07:00
parent 4562d9ef59
commit 2eed05fc9a

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '0.13'
version = '0.14'
# dependencies
with open('requirements.txt') as f: