From 5ef7ad6cf5a09787c0f214debf9b27b1017b5bee Mon Sep 17 00:00:00 2001 From: Parker Erickson Date: Wed, 16 Oct 2024 09:22:24 -0500 Subject: [PATCH] bump version --- pyTigerGraph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"