Bug 994650 - Bump mozlog to version 1.7 for structuredlog, r=jgraham, DONTBUILD, a=NPOTB

This commit is contained in:
Andrew Halberstadt 2014-04-10 09:35:08 -04:00
parent 9365e710d7
commit 43579db0c6

View File

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