We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cd01c commit bf0e819Copy full SHA for bf0e819
setup.py
@@ -4,11 +4,11 @@
4
from os import path
5
6
README = path.abspath(path.join(path.dirname(__file__), 'README.md'))
7
-desc = 'A Python logging handler for Fluent event collector'
+desc = 'A Python logging handler for Fluentd event collector'
8
9
setup(
10
name='fluent-logger',
11
- version='0.2.0',
+ version='0.3.0',
12
description=desc,
13
long_description=open(README).read(),
14
package_dir={'fluent': 'fluent'},
0 commit comments