Skip to content

Commit

Permalink
Merge branch 'staging' into fix/controllers_script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikspz authored Aug 27, 2024
2 parents 574149a + cc70f1f commit b545bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hummingbot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev-2.0.1
2.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b545bad

Please sign in to comment.