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 034ced1 commit 40e50a8Copy full SHA for 40e50a8
setup.py
@@ -1,12 +1,13 @@
1
#!/usr/bin/env python
2
-from setuptools import find_packages, setup
+from setuptools import setup, find_packages
3
+
4
5
with open("README.rst") as f:
6
long_description = f.read()
7
8
setup(
9
name="redisai",
- version="1.2.0",
10
+ version="1.0.2",
11
description="RedisAI Python Client",
12
long_description=long_description,
13
long_description_content_type="text/x-rst",
0 commit comments