Skip to content

Commit

Permalink
Bump version to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 13, 2025
1 parent 9542a25 commit 50e3325
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.2"
__version__ = "7.0.3"
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 = 1702
WEIGHTS_VERSION = 1703
# Rate limit for weight updates
WEIGHT_RATE_LIMIT: int = 100
# Delay between loop iterations
Expand Down

0 comments on commit 50e3325

Please sign in to comment.