Bug 1088112 - [mozversion] Bump version to 1.0 and release to pypi. r=dhunt DONTBUILD

---
 testing/mozbase/mozversion/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
Henrik Skupin 2014-10-24 11:19:14 +02:00
parent fbac30fbbb
commit e5885c5aaf

View File

@ -4,7 +4,7 @@
from setuptools import setup
PACKAGE_VERSION = '0.9'
PACKAGE_VERSION = '1.0'
dependencies = ['mozdevice >= 0.29',
'mozfile >= 1.0',