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 1578726 commit 0634753Copy full SHA for 0634753
setup.py
@@ -7,7 +7,7 @@
7
NAME = 'kafka-logging-handler'
8
EMAILS = 'mbirger@redhat.com, mjahudko@readhat.com, rmonegro@redhat.com'
9
AUTHORS = 'Mark Birger, Michaela Jahudkova, Robert Monegro'
10
-VERSION = '0.1.4'
+VERSION = '0.2.0'
11
12
URL = 'https://github.com/redhat-aqe/kafka-logging-handler'
13
LICENSE = 'GPLv3'
@@ -40,7 +40,7 @@
40
long_description=DESCRIPTION,
41
license=LICENSE,
42
classifiers=[
43
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable,
44
'Environment :: Console',
45
'Intended Audience :: Developers',
46
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
0 commit comments