We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd0a02 commit a1ba75bCopy full SHA for a1ba75b
setup.py
@@ -9,14 +9,15 @@ def read_all(f):
9
10
setup(
11
name='redisgraph',
12
- version='2.1',
+ version='2.0',
13
description='RedisGraph Python Client',
14
long_description=read_all("README.md"),
15
long_description_content_type='text/markdown',
16
url='https://github.com/redislabs/redisgraph-py',
17
packages=find_packages(),
18
install_requires=requirements,
19
classifiers=[
20
+ 'Development Status :: 4 - Beta',
21
'Intended Audience :: Developers',
22
'License :: OSI Approved :: BSD License',
23
'Programming Language :: Python :: 2.7',
0 commit comments