We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a954c92 commit fd7e7faCopy full SHA for fd7e7fa
1 file changed
config.py
@@ -140,7 +140,7 @@ def _compute_headers():
140
}
141
142
# --- General Constants (Read from Environment Variables where applicable) ---
143
-APP_VERSION = "v2.6.0"
+APP_VERSION = "v2.6.1"
144
MAX_DISTANCE = float(os.environ.get("MAX_DISTANCE", "0.5"))
145
MAX_SONGS_PER_CLUSTER = int(os.environ.get("MAX_SONGS_PER_CLUSTER", "0"))
146
MAX_SONGS_PER_ARTIST = int(os.getenv("MAX_SONGS_PER_ARTIST", "3")) # Max songs per artist in similarity results and clustering
0 commit comments