diff --git a/CHANGELOG.md b/CHANGELOG.md index 832f513..187cb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.3...v1.0.4) (2024-09-24) + + +### Bug Fixes + +* **requirements:** Updated Python requirements ([0beb568](https://github.com/hms-dbmi/dbmi-fileservice/commit/0beb56855ee529200516448f12a99f65dc79ab96)) + ## [1.0.4-rc.1](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.3...v1.0.4-rc.1) (2024-09-23) diff --git a/pyproject.toml b/pyproject.toml index 87d79fc..8b7fd42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbmi-fileservice" -version = "1.0.4-rc.1" +version = "1.0.4" description = "The file service for DBMI services" readme = "README.md" requires-python = ">=3.9"