Skip to content

Commit 40e50a8

Browse files
committed
DO not update version yet
1 parent 034ced1 commit 40e50a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#!/usr/bin/env python
2-
from setuptools import find_packages, setup
2+
from setuptools import setup, find_packages
3+
34

45
with open("README.rst") as f:
56
long_description = f.read()
67

78
setup(
89
name="redisai",
9-
version="1.2.0",
10+
version="1.0.2",
1011
description="RedisAI Python Client",
1112
long_description=long_description,
1213
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)