From cec68310072e38640df08c097ca112cd089d9e8c Mon Sep 17 00:00:00 2001 From: Parker Erickson Date: Tue, 6 Aug 2024 11:28:29 -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 dfb9cda5..402f7f4f 100644 --- a/pyTigerGraph/__init__.py +++ b/pyTigerGraph/__init__.py @@ -1,5 +1,5 @@ from pyTigerGraph.pyTigerGraph import TigerGraphConnection -__version__ = "1.6.4" +__version__ = "1.6.5" __license__ = "Apache 2"