Skip to content

Commit 3f5b721

Browse files
committed
0.2.0 version release
1 parent bff2ff6 commit 3f5b721

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
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',
@@ -15,7 +15,10 @@
1515
'Development Status :: 4 - Beta',
1616
'Intended Audience :: Developers',
1717
'License :: OSI Approved :: BSD License',
18-
'Programming Language :: Python :: 2.7',
18+
'Programming Language :: Python :: 3',
19+
'Programming Language :: Python :: 3 :: Only',
20+
'Programming Language :: Python :: 3.6',
21+
'Programming Language :: Python :: 3.7',
1922
'Topic :: Database',
2023
'Topic :: Software Development :: Testing'
2124
]

0 commit comments

Comments
 (0)