From f70e452cedb05d847ccd3aa46d1e7d12f551b486 Mon Sep 17 00:00:00 2001 From: Preetam Joshi Date: Wed, 4 Sep 2024 11:47:52 -0700 Subject: [PATCH] Updating aimon-rely version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a0aebb..735afc0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ name='aimon', python_requires='>3.8.0', packages=find_packages(), - version="0.7.1", + version="0.7.2", install_requires=[ "httpx", "distro",