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 1888d7c commit fddc51bCopy full SHA for fddc51b
setup.py
@@ -36,10 +36,9 @@ def find_version(*file_paths):
36
'Development Status :: 5 - Production/Stable',
37
'Intended Audience :: Developers',
38
'Topic :: Communications :: Chat',
39
- 'Topic :: Communications :: Chat :: Slack',
40
'Topic :: System :: Networking',
41
'Topic :: Office/Business',
42
- 'License :: OSI Approved :: MIT License'
+ 'License :: OSI Approved :: MIT License',
43
'Programming Language :: Python :: 2',
44
'Programming Language :: Python :: 2.7',
45
'Programming Language :: Python :: 3',
slackclient/version.py
@@ -1,2 +1,2 @@
1
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2
-__version__ = '1.0.6'
+__version__ = '1.0.7'
0 commit comments