Skip to content

Commit

Permalink
Merge pull request #8 from RedisAI/new_version
Browse files Browse the repository at this point in the history
0.2.0 version release
  • Loading branch information
lantiga authored May 12, 2019
2 parents af03ec8 + 49da94b commit 488bf1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='redisai',
version='0.1.1',
version='0.2.0',

description='RedisAI Python Client',
url='http://github.com/RedisAI/redisai-py',
Expand All @@ -17,7 +17,10 @@
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Database',
'Topic :: Software Development :: Testing'
]
Expand Down

0 comments on commit 488bf1c

Please sign in to comment.