diff --git a/pyTigerGraph/__init__.py b/pyTigerGraph/__init__.py index 4890c196..fe4ba969 100644 --- a/pyTigerGraph/__init__.py +++ b/pyTigerGraph/__init__.py @@ -1,5 +1,5 @@ from pyTigerGraph.pyTigerGraph import TigerGraphConnection -__version__ = "1.7.3" +__version__ = "1.7.4" __license__ = "Apache 2"