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 0e06cf1 commit 9700f80Copy full SHA for 9700f80
setup.py
@@ -10,15 +10,15 @@
10
11
setup(
12
name='slack-logger',
13
- version='0.0.3',
+ version='0.1.0',
14
description='A Python logging handler for Slack integration',
15
long_description=long_description,
16
url='https://github.com/junhwi/python-slack-logger',
17
author='Junhwi Kim',
18
author_email='junhwi.kim23@gmail.com',
19
license='MIT',
20
classifiers=[
21
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
22
'Intended Audience :: Developers',
23
'Topic :: Communications :: Chat',
24
'Topic :: System :: Logging',
0 commit comments