diff --git a/README.md b/README.md index d3b6fd9..2eeea5d 100644 --- a/README.md +++ b/README.md @@ -396,5 +396,5 @@ pytest test.py # build the archive python setup.py sdist # upload to pypi -twine upload dist/spacy_dbpedia_spotlight-0.2.5.tar.gz +twine upload dist/spacy_dbpedia_spotlight-0.2.6.tar.gz ``` \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 7033f82..bc0766a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.2.5 +version = 0.2.6 description = SpaCy DBpedia Spotlight wrapper description-file = README.md url = https://github.com/MartinoMensio/spacy-dbpedia-spotlight