Bug 1014593 - Update moztest version number to release latest changes, r=ahal

This commit is contained in:
James Graham 2014-05-22 15:41:13 +01:00
parent a6835d5489
commit 780dc709f1

View File

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