diff --git a/neurons/__init__.py b/neurons/__init__.py index e155907a..d8e984c8 100644 --- a/neurons/__init__.py +++ b/neurons/__init__.py @@ -2,4 +2,4 @@ This version number is used to trigger automatic updates. """ -__version__ = "7.0.4" +__version__ = "7.1.0" diff --git a/neurons/constants.py b/neurons/constants.py index 2787e2a1..f512739a 100644 --- a/neurons/constants.py +++ b/neurons/constants.py @@ -48,7 +48,7 @@ class Roles: # Shift in seconds to apply to the minimum response time for vertical asymptote adjustment MINIMUM_SCORE_SHIFT = 0.0 # Weights version hyperparameter -WEIGHTS_VERSION = 1704 +WEIGHTS_VERSION = 1710 # Rate limit for weight updates WEIGHT_RATE_LIMIT: int = 100 # Delay between loop iterations