From b459ae1583e942d6a3cdff931e616a80821bb329 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Jan 2024 12:51:50 -0500 Subject: [PATCH] better user_agent --- neon_client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neon_client/client.py b/neon_client/client.py index feaa218..c110f53 100644 --- a/neon_client/client.py +++ b/neon_client/client.py @@ -302,7 +302,7 @@ class NeonAPI: # Public attributes. self.base_url = base_url - self.user_agent = f"neon-client/{__VERSION__}" + self.user_agent = f"neon-client/python version=({__VERSION__})" def __repr__(self): return f""