From 49ce87a464ba2cec63f0902e183a82c6b773c532 Mon Sep 17 00:00:00 2001 From: Martino Mensio Date: Mon, 3 Oct 2022 16:06:17 +0100 Subject: [PATCH] version bump --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd2b7d4..fbc82de 100644 --- a/README.md +++ b/README.md @@ -320,5 +320,5 @@ pip install -r requirements.txt # build the archive python setup.py sdist # upload to pypi -twine upload dist/spacy_dbpedia_spotlight-0.2.3.tar.gz +twine upload dist/spacy_dbpedia_spotlight-0.2.4.tar.gz ``` \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index e20bb13..f14dcf7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.2.3 +version = 0.2.4 description = SpaCy DBpedia Spotlight wrapper description-file = README.md url = https://github.com/MartinoMensio/spacy-dbpedia-spotlight