Bug 1185632 - [mozinfo] bump release to 0.9. r=wlach

This commit is contained in:
Julien Pagès 2015-10-30 17:38:42 +01:00
parent d45b69bb4f
commit d50836e065

View File

@ -4,7 +4,7 @@
from setuptools import setup
PACKAGE_VERSION = '0.8'
PACKAGE_VERSION = '0.9'
# dependencies
deps = ['mozfile >= 0.12']