From d5838bc5be2b3147a684a1afa884fcd835eb5c64 Mon Sep 17 00:00:00 2001 From: Assaf Elovic Date: Sat, 14 Sep 2024 19:49:05 +0300 Subject: [PATCH] bumped gptr pip version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5fa3a8002..50e332eeb 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -LATEST_VERSION = "0.9.5" +LATEST_VERSION = "0.9.6" exclude_packages = [ "selenium",