diff --git a/README.md b/README.md index ea7f8923..f98e0dfe 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![spacy](https://img.shields.io/badge/built%20with-spaCy-09a3d5.svg)](https://spacy.io) [![github actions pytest](https://github.com/hlasse/textdescriptives/actions/workflows/pytest-cov-comment.yml/badge.svg)](https://github.com/hlasse/textdescriptives/actions) [![github actions docs](https://github.com/hlasse/textdescriptives/actions/workflows/documentation.yml/badge.svg)](https://hlasse.io/textdescriptives/) -![github coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/hlasse/GISTID/raw/badge-textdescriptives-pytest-coverage.json) +![github coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/hlasse/24ee79064ca9d49616cbc410da65cee2/raw/badge-textdescriptives-pytest-coverage.json) diff --git a/textdescriptives/about.py b/textdescriptives/about.py index e3076fd6..94bb1ca3 100644 --- a/textdescriptives/about.py +++ b/textdescriptives/about.py @@ -1,3 +1,3 @@ __title__ = "textdescriptives" -__version__ = "0.2.0" # the ONLY source of version ID +__version__ = "1.0.0" # the ONLY source of version ID __download_url__ = "https://github.com/HLasse/textdescriptives"