Skip to content

Commit d5c24c6

Browse files
author
Nick Pentreath
authored
Bump version in config to 1.1.0
1 parent a090174 commit d5c24c6

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
@@ -9,7 +9,7 @@
99
# API metadata
1010
API_TITLE = 'MAX Audio Classifier'
1111
API_DESC = 'Identify sounds in short audio clips.'
12-
API_VERSION = '0.1'
12+
API_VERSION = '1.1.0'
1313

1414
# default model
1515
MODEL_NAME = 'audio_embeddings'

0 commit comments

Comments
 (0)