diff --git a/hummingbot/VERSION b/hummingbot/VERSION index 9a859936a4..ca75280b09 100644 --- a/hummingbot/VERSION +++ b/hummingbot/VERSION @@ -1 +1 @@ -dev-0.38.0 +0.38.0 diff --git a/setup.py b/setup.py index 08ece91061..a1d52d191e 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def build_extensions(self): def main(): cpu_count = os.cpu_count() or 8 - version = "20210309" + version = "20210406" packages = [ "hummingbot", "hummingbot.client",