No bug - Bump the mozlog package version; rs=jgraham

This commit is contained in:
Ms2ger 2014-12-19 11:27:28 +01:00
parent de702b2126
commit f2b16bc10f

View File

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