Skip to content

Commit 0634753

Browse files
authored
Update setup.py
Update development status, and bump version to 0.2.0
1 parent 1578726 commit 0634753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
NAME = 'kafka-logging-handler'
88
EMAILS = 'mbirger@redhat.com, mjahudko@readhat.com, rmonegro@redhat.com'
99
AUTHORS = 'Mark Birger, Michaela Jahudkova, Robert Monegro'
10-
VERSION = '0.1.4'
10+
VERSION = '0.2.0'
1111

1212
URL = 'https://github.com/redhat-aqe/kafka-logging-handler'
1313
LICENSE = 'GPLv3'
@@ -40,7 +40,7 @@
4040
long_description=DESCRIPTION,
4141
license=LICENSE,
4242
classifiers=[
43-
'Development Status :: 4 - Beta',
43+
'Development Status :: 5 - Production/Stable,
4444
'Environment :: Console',
4545
'Intended Audience :: Developers',
4646
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

0 commit comments

Comments
 (0)