From ba00baf6a674d777eef68e030ee7f1d6c03e3fc4 Mon Sep 17 00:00:00 2001 From: Guna <104549328+gunaNeelamegam@users.noreply.github.com> Date: Fri, 10 May 2024 09:16:11 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c816a17..739a04f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ current_path = Path(__file__).parent full_path = path.join(current_path, "README.md") long_discription = "" -version = "0.1.4" +version = "0.1.5" name = "android-prober" description = "Library for test android api's via service" author = "GunaNeelamegam"