Skip to content

Commit 7cccbb9

Browse files
committed
Bump version to 6.6.0
1 parent bc1d7fb commit 7cccbb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

neurons/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This version number is used to trigger automatic updates.
33
"""
44

5-
__version__ = "6.5.2"
5+
__version__ = "6.6.0"

neurons/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Roles:
4343
# Shift in seconds to apply to the minimum response time for vertical asymptote adjustment
4444
MINIMUM_SCORE_SHIFT = 0.0
4545
# Weights version hyperparameter
46-
WEIGHTS_VERSION = 1652
46+
WEIGHTS_VERSION = 1660
4747
# Rate limit for weight updates
4848
WEIGHT_RATE_LIMIT: int = 100
4949
# Delay between loop iterations

0 commit comments

Comments
 (0)