diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index b6975e2..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,4 +0,0 @@ -include LICENSE -include README.md -include requirements.txt -include setup.py diff --git a/README.md b/README.md index 0453cb8..7d31fd2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ install this library with `pip3 install python-datamuse`. ## Changelog -### Version 2.0.0 (2022-10-22) +### Version 2.0.* (2022-10-22) - require Python 3.7 - add @margaret to authors @@ -18,6 +18,7 @@ install this library with `pip3 install python-datamuse`. - specify all dependency version requirements - rename default branch `main` - build tool changes, see +- **(2.0.1) (2022-12-29):** fix CI workflows ### Version 1.3.* (2019-09-20) diff --git a/pyproject.toml b/pyproject.toml index 30f7a20..b10144f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-datamuse" -version = "2.0.0" +version = "2.0.1" description = "Python wrapper for the Datamuse API" authors = [ "Guthrie McAfee Armstrong ",