Skip to content

Commit fd7e7fa

Browse files
authored
Bump APP_VERSION from v2.6.0 to v2.6.1
1 parent a954c92 commit fd7e7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _compute_headers():
140140
}
141141

142142
# --- General Constants (Read from Environment Variables where applicable) ---
143-
APP_VERSION = "v2.6.0"
143+
APP_VERSION = "v2.6.1"
144144
MAX_DISTANCE = float(os.environ.get("MAX_DISTANCE", "0.5"))
145145
MAX_SONGS_PER_CLUSTER = int(os.environ.get("MAX_SONGS_PER_CLUSTER", "0"))
146146
MAX_SONGS_PER_ARTIST = int(os.getenv("MAX_SONGS_PER_ARTIST", "3")) # Max songs per artist in similarity results and clustering

0 commit comments

Comments
 (0)