From c57652bee2cf1ad74993083e668af37be43818b5 Mon Sep 17 00:00:00 2001 From: Julien Salinas Date: Fri, 13 Oct 2023 06:17:58 -1000 Subject: [PATCH] Bump major version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2b382e..a49c472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nlpcloud", - "version": "1.0.49", + "version": "2.0.0", "description": "NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API.\n\nThis is the Node.js client for the NLP Cloud API.\n\nMore details here: https://nlpcloud.io\n\nDocumentation: https://docs.nlpcloud.io", "main": "index.js", "scripts": {