Skip to content

Commit

Permalink
Bump version to 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Dec 18, 2024
1 parent ac4412c commit 9561e2e
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__ = "6.2.1"
__version__ = "6.2.2"
2 changes: 1 addition & 1 deletion neurons/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Shift in seconds to apply to the minimum response time for vertical asymptote adjustment
MINIMUM_SCORE_SHIFT = 0.0
# Weights version hyperparameter
WEIGHTS_VERSION = 1621
WEIGHTS_VERSION = 1622
# Rate limit for weight updates
WEIGHT_RATE_LIMIT: int = 100
# Delay between requests
Expand Down

0 comments on commit 9561e2e

Please sign in to comment.