Skip to content

Commit

Permalink
preparing for going to version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosalatino committed Aug 1, 2019
1 parent 6566dd7 commit f049e51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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).",
Expand Down

0 comments on commit f049e51

Please sign in to comment.