diff --git a/README.md b/README.md index ced2547..b16948f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Make sure `pip install flit twine` so you can build and deploy to PyPI. 4. A github action will build and push the repository on committing a tagged version ### Version History +* __v2.1.1__ - Bugfix * __v2.1.0__ - Mediacloud news client code incorperated into this package * __v2.0.5__ - Build-system in pyproject.toml * __v2.0.4__ - reintroduce stopwords diff --git a/pyproject.toml b/pyproject.toml index 42c35e6..2a7b618 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "mc-providers" -version = "2.1.0" +version = "2.1.1" authors = [ {name = "Paige Gulley", email = "nano3.14@gmail.com"}, {name = "Rahul Bhargava", email = "r.bhargava@northeastern.edu"},