Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MsRandom committed Oct 22, 2024
1 parent c7e20ba commit 2d50f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion validator/base_validator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .metrics import *

API_VERSION = "4.2.0"
API_VERSION = "4.2.1"
2 changes: 1 addition & 1 deletion validator/weight_setting/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
from .wandb_args import add_wandb_args
from .winner_selection import get_scores, get_contestant_scores

VALIDATOR_VERSION: tuple[int, int, int] = (4, 2, 0)
VALIDATOR_VERSION: tuple[int, int, int] = (4, 2, 1)
VALIDATOR_VERSION_STRING = ".".join(map(str, VALIDATOR_VERSION))

WEIGHTS_VERSION = (
Expand Down

0 comments on commit 2d50f39

Please sign in to comment.