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 bff2ff6 commit 3f5b721Copy full SHA for 3f5b721
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='redisai',
8
- version='0.1.1',
+ version='0.2.0',
9
10
description='RedisAI Python Client',
11
url='http://github.com/RedisAI/redisai-py',
@@ -15,7 +15,10 @@
15
'Development Status :: 4 - Beta',
16
'Intended Audience :: Developers',
17
'License :: OSI Approved :: BSD License',
18
- 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
19
+ 'Programming Language :: Python :: 3 :: Only',
20
+ 'Programming Language :: Python :: 3.6',
21
+ 'Programming Language :: Python :: 3.7',
22
'Topic :: Database',
23
'Topic :: Software Development :: Testing'
24
]
0 commit comments