Skip to content

Commit a1ba75b

Browse files
committed
update version to 2.0
1 parent 0bd0a02 commit a1ba75b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ def read_all(f):
99

1010
setup(
1111
name='redisgraph',
12-
version='2.1',
12+
version='2.0',
1313
description='RedisGraph Python Client',
1414
long_description=read_all("README.md"),
1515
long_description_content_type='text/markdown',
1616
url='https://github.com/redislabs/redisgraph-py',
1717
packages=find_packages(),
1818
install_requires=requirements,
1919
classifiers=[
20+
'Development Status :: 4 - Beta',
2021
'Intended Audience :: Developers',
2122
'License :: OSI Approved :: BSD License',
2223
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)