diff --git a/CHANGELOG.md b/CHANGELOG.md index 04720a5..2b5b283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.5](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.4...v0.1.5) (2023-02-28) + +### Bug Fixes + +- fix usage as module ([89fe654](https://github.com/liblaf/thu-learn-downloader/commit/89fe6543cebf51b697016b37f5c7f44724380060)) + ## [0.1.4](https://github.com/liblaf/thu-learn-downloader/compare/v0.1.3...v0.1.4) (2023-02-27) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 104ca19..b2153b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [{include = "thu_learn_downloader"}] readme = "README.md" repository = "https://github.com/liblaf/thu-learn-downloader" -version = "0.1.4" +version = "0.1.5" [tool.poetry.dependencies] beautifulsoup4 = "^4.11.2"