Bug 1017675 - Bump moztest to version 0.5. r=jgraham

---
 testing/mozbase/moztest/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--HG--
extra : rebase_source : e27967cf955ca12fc884598507bf16d4d31bdf0b
This commit is contained in:
Andreas Tolfsen 2014-05-29 18:08:31 +01:00
Родитель adb410ad85
Коммит 786bbc0a52
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
from setuptools import setup, find_packages
PACKAGE_VERSION = '0.4'
PACKAGE_VERSION = '0.5'
# dependencies
deps = ['mozinfo']