Bug 1014001 - Update mozlog version, r=ahal

This commit is contained in:
James Graham 2014-05-21 16:36:39 +01:00
parent 7089a3176f
commit daee93bffc

View File

@ -5,7 +5,7 @@
from setuptools import setup, find_packages
PACKAGE_NAME = 'mozlog'
PACKAGE_VERSION = '1.7'
PACKAGE_VERSION = '1.8'
setup(name=PACKAGE_NAME,
version=PACKAGE_VERSION,