Skip to content

Commit fddc51b

Browse files
committed
v1.0.7
1 parent 1888d7c commit fddc51b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ def find_version(*file_paths):
3636
'Development Status :: 5 - Production/Stable',
3737
'Intended Audience :: Developers',
3838
'Topic :: Communications :: Chat',
39-
'Topic :: Communications :: Chat :: Slack',
4039
'Topic :: System :: Networking',
4140
'Topic :: Office/Business',
42-
'License :: OSI Approved :: MIT License'
41+
'License :: OSI Approved :: MIT License',
4342
'Programming Language :: Python :: 2',
4443
'Programming Language :: Python :: 2.7',
4544
'Programming Language :: Python :: 3',

slackclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = '1.0.6'
2+
__version__ = '1.0.7'

0 commit comments

Comments
 (0)