Skip to content

Commit

Permalink
Bump to 4.1.2 and fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-Data-Universe committed Aug 23, 2024
1 parent 2384ff6 commit 288466b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# ---------------------------------

# Release
__version__ = "4.1.1"
__version__ = "4.1.2"

# Validator schema version
__validator_version__ = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion neurons/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ def log_step(
table.add_column("win_rate", style="magenta", overflow="fold")
table.add_column("win_total", style="magenta", overflow="fold")
table.add_column("total_weight", style="magenta", overflow="fold")
table.add_column("compe_weight", style="magenta", overflow="fold")
table.add_column("comp_weight", style="magenta", overflow="fold")
table.add_column("block", style="magenta", overflow="fold")
table.add_column("comp", style="magenta", overflow="fold")
for idx, uid in enumerate(uids):
Expand Down

0 comments on commit 288466b

Please sign in to comment.