Bug 983287 - Update the version of mozlog now structured logging has landed, r=wlach

This commit is contained in:
James Graham 2014-03-14 12:36:25 +00:00
parent 22e49264ac
commit 87ab491c2e

View File

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