Update default loggers to console and file and configure them to run out
of the box.
Change-Id: I93a31a5527bbf16ee5f2340dad670900c5285107
diff --git a/setup.py b/setup.py
index 2d54b3b..09bb895 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
from setuptools import setup
setup(name='multistructlog',
- version='0.9',
+ version='1.0',
description='structlog with multiple simultaneous logging backends',
author='Varun Belur, Sapan Bhatia',
author_email='varun@opennetworking.org,sapan@opennetworking.org',