Skip to content

Commit

Permalink
fixing the progressbar , fixing the graph ...
Browse files Browse the repository at this point in the history
  • Loading branch information
zrougamed committed Sep 1, 2021
1 parent c7f08b2 commit b9b1d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyTigerDriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
class Client():
def __init__(self, server_ip="127.0.0.1", username="tigergraph", password="tigergraph", cacert=""
,version="", commit="",gsPort="14240",restpp="9000",debug=False):
self.Rest = REST_Client(server_ip)

self.Gsql = GSQL_Client(server_ip=server_ip, username=username, password=password, cacert=cacert
,version=version, commit=commit,gsPort=gsPort,restpp=restpp,debug=debug)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyTigerDriver",
version="v1.0.13",
version="v1.0.14",
author="Zrouga Mohamed",
author_email="medzrouga@gmail.com",
description="GSQL client for TigerGraph",
Expand Down

0 comments on commit b9b1d90

Please sign in to comment.