From 2045d433ae963c22610b6ded1d18fd484b5468c1 Mon Sep 17 00:00:00 2001 From: TwaritVerma Date: Mon, 23 Sep 2024 20:05:29 +0530 Subject: [PATCH] updated version back to 0.0.0 in about.py --- ultra_rest_client/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultra_rest_client/about.py b/ultra_rest_client/about.py index 4478fa6..ef953a5 100644 --- a/ultra_rest_client/about.py +++ b/ultra_rest_client/about.py @@ -1,4 +1,4 @@ -VERSION = "2.2.0" +VERSION = "0.0.0" PREFIX = "udns-python-rest-client-" def get_client_user_agent():