From 5f0757a27e60b7b12fa567d820cb32eda961455d Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:18:01 +0700 Subject: [PATCH 1/2] fix-staging-version-to-2.0.1 --- hummingbot/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hummingbot/VERSION b/hummingbot/VERSION index c2bd440def..38f77a65b3 100644 --- a/hummingbot/VERSION +++ b/hummingbot/VERSION @@ -1 +1 @@ -dev-2.0.1 +2.0.1 From c8d2ae1b95ed68d8d3f9d582e16b0f742ea06df2 Mon Sep 17 00:00:00 2001 From: nikspz <83953535+nikspz@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:19:09 +0700 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 203d13a4b2..7a84785ff9 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def build_extensions(self): def main(): cpu_count = os.cpu_count() or 8 - version = "20240703" + version = "20240828" all_packages = find_packages(include=["hummingbot", "hummingbot.*"], ) excluded_paths = [ "hummingbot.connector.gateway.clob_spot.data_sources.injective",