diff --git a/setup.py b/setup.py index c3f6cfa..9c687ed 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,9 @@ #!/usr/bin/env python from setuptools import setup, find_packages - setup( name="logzio-python-handler", - version='2.0.13', + version='2.0.14', description="Logging handler to send logs to your Logz.io account with bulk SSL", keywords="logging handler logz.io bulk https", author="roiravhon",