Skip to content

Commit 488bf1c

Browse files
authored
Merge pull request #8 from RedisAI/new_version
0.2.0 version release
2 parents af03ec8 + 49da94b commit 488bf1c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='redisai',
8-
version='0.1.1',
8+
version='0.2.0',
99

1010
description='RedisAI Python Client',
1111
url='http://github.com/RedisAI/redisai-py',
@@ -17,7 +17,10 @@
1717
'Development Status :: 4 - Beta',
1818
'Intended Audience :: Developers',
1919
'License :: OSI Approved :: BSD License',
20-
'Programming Language :: Python :: 2.7',
20+
'Programming Language :: Python :: 3',
21+
'Programming Language :: Python :: 3 :: Only',
22+
'Programming Language :: Python :: 3.6',
23+
'Programming Language :: Python :: 3.7',
2124
'Topic :: Database',
2225
'Topic :: Software Development :: Testing'
2326
]

0 commit comments

Comments
 (0)