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 14ba5dd commit c20164bCopy full SHA for c20164b
setup.py
@@ -7,14 +7,14 @@
7
8
setup(
9
name='monkeylearn',
10
- version='3.2.1',
+ version='3.2.2',
11
author='MonkeyLearn',
12
author_email='hello@monkeylearn.com',
13
description='Official Python client for the MonkeyLearn API',
14
long_description=long_description,
15
long_description_content_type="text/markdown",
16
url='https://github.com/monkeylearn/monkeylearn-python',
17
- download_url='https://github.com/monkeylearn/monkeylearn-python/tarball/v3.2.1',
+ download_url='https://github.com/monkeylearn/monkeylearn-python/tarball/v3.2.2',
18
keywords=['monkeylearn', 'machine learning', 'python'],
19
classifiers=[
20
'Development Status :: 5 - Production/Stable',
0 commit comments