Skip to content

Commit

Permalink
Bump version to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 13, 2025
1 parent 831285f commit 722dc35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neurons/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
This version number is used to trigger automatic updates.
"""

__version__ = "7.0.4"
__version__ = "7.1.0"
2 changes: 1 addition & 1 deletion neurons/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 722dc35

Please sign in to comment.