We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af03ec8 + 49da94b commit 488bf1cCopy full SHA for 488bf1c
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',
@@ -17,7 +17,10 @@
17
'Development Status :: 4 - Beta',
18
'Intended Audience :: Developers',
19
'License :: OSI Approved :: BSD License',
20
- 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
21
+ 'Programming Language :: Python :: 3 :: Only',
22
+ 'Programming Language :: Python :: 3.6',
23
+ 'Programming Language :: Python :: 3.7',
24
'Topic :: Database',
25
'Topic :: Software Development :: Testing'
26
]
0 commit comments