Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fae1f35

Browse files
committedJan 21, 2019
version bump
1 parent 8e6a2cc commit fae1f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎redisgraph/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def delete(self):
173173

174174
def merge(self, pattern):
175175
"""
176-
Merge a node or relation.
176+
Merge pattern.
177177
"""
178178

179179
query = 'MERGE '

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
setup(
33
name='redisgraph',
4-
version='1.6',
4+
version='1.7',
55

66
description='RedisGraph Python Client',
77
url='https://github.com/redislabs/redisgraph-py',

0 commit comments

Comments
 (0)
Please sign in to comment.