Skip to content

Commit 12a254b

Browse files
authored
Bump APP_VERSION from v0.8.10 to v0.8.11
1 parent da012d6 commit 12a254b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
# --- General Constants (Read from Environment Variables where applicable) ---
54-
APP_VERSION = "v0.8.10"
54+
APP_VERSION = "v0.8.11"
5555
MAX_DISTANCE = float(os.environ.get("MAX_DISTANCE", "0.5"))
5656
MAX_SONGS_PER_CLUSTER = int(os.environ.get("MAX_SONGS_PER_CLUSTER", "0"))
5757
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)