Skip to content

Commit

Permalink
Merge pull request hummingbot#6931 from hummingbot/upd-dev-1.27.0
Browse files Browse the repository at this point in the history
fix/ Upd-to dev-1.27.0
  • Loading branch information
nikspz authored Mar 26, 2024
2 parents 0e1e111 + 591383a commit 141de0f
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-1.26.0
dev-1.27.0
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 = "20240226"
version = "20240325"
all_packages = find_packages(include=["hummingbot", "hummingbot.*"], )
excluded_paths = [
"hummingbot.connector.gateway.clob_spot.data_sources.injective",
Expand Down

0 comments on commit 141de0f

Please sign in to comment.