Skip to content

Commit 9700f80

Browse files
committed
Release with formatter
1 parent 0e06cf1 commit 9700f80

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
@@ -10,15 +10,15 @@
1010

1111
setup(
1212
name='slack-logger',
13-
version='0.0.3',
13+
version='0.1.0',
1414
description='A Python logging handler for Slack integration',
1515
long_description=long_description,
1616
url='https://github.com/junhwi/python-slack-logger',
1717
author='Junhwi Kim',
1818
author_email='junhwi.kim23@gmail.com',
1919
license='MIT',
2020
classifiers=[
21-
'Development Status :: 3 - Alpha',
21+
'Development Status :: 5 - Production/Stable',
2222
'Intended Audience :: Developers',
2323
'Topic :: Communications :: Chat',
2424
'Topic :: System :: Logging',

0 commit comments

Comments
 (0)