Browse Source
Merge pull request #49 from logzio/update-version
Update version
opensearch
Ido Halevi
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
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", |
|
|
|