From f049e517ae38d3230d646620b91b36b8b0ccbf6a Mon Sep 17 00:00:00 2001 From: angelosalatino Date: Thu, 1 Aug 2019 12:02:51 +0100 Subject: [PATCH] preparing for going to version 2.3.1 --- README.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b886b0c..534663d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Classifying research papers according to their research topics is an important t * [Classifying in batch mode (BM)](#classifying-in-batch-mode-bm) * [Parameters](#parameters) * [Releases](#releases) + * [v2.3.1](#v231) * [v2.3](#v23) * [v2.2](#v22) * [v2.1](#v21) @@ -255,6 +256,10 @@ Beside the paper(s), the function running the CSO Classifier accepts three addit Here we list the available releases for the CSO Classifier. These releases are available for download both from [Github](https://github.com/angelosalatino/cso-classifier/releases) and [Zenodo](10.5281/zenodo.2660819). +### v2.3.1 + +Bug Fix. Added some exception handles. + ### v2.3 This new release, contains a bug fix and the latest version of the CSO ontology. diff --git a/setup.py b/setup.py index 9be4c77..ca624bc 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def load_requirements(fname): setuptools.setup( name="cso-classifier", - version="2.3", + version="2.3.1", author="SKM3 Team", author_email="kmi-cso@open.ac.uk", description="A light-weight Python API for classifying scientific documents with the topics from the Computer Science Ontology (https://cso.kmi.open.ac.uk/home).",