From 1eefd2b816057f800abca42098dda48db48f6276 Mon Sep 17 00:00:00 2001 From: Simon Plovyt <40612002+splovyt@users.noreply.github.com> Date: Tue, 18 Jun 2019 09:29:24 -0700 Subject: [PATCH] update version for new 1.1.0 release (#14) * update version for new 1.2.0 release * Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index aedae63..f058d6d 100644 --- a/config.py +++ b/config.py @@ -25,7 +25,7 @@ API_TITLE = 'MAX Text Sentiment Classifier' API_DESC = 'Detect the sentiment captured in short pieces of text. ' \ 'The model was finetuned on the IBM Project Debater Claim Sentiment dataset.' -API_VERSION = '1.0.1' +API_VERSION = '1.1.0' # default model MODEL_NAME = 'sentiment_BERT_base_uncased'