diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d80e8..34107a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1-rc.1](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.0...v1.0.1-rc.1) (2024-08-26) + + +### Bug Fixes + +* **requirements:** Updated Python requirements ([896c001](https://github.com/hms-dbmi/dbmi-fileservice/commit/896c001a3aa7ebae04ffc473e8b7a516f59c0a7a)) + # 1.0.0 (2024-08-01) diff --git a/pyproject.toml b/pyproject.toml index 42e8f02..0333ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbmi-fileservice" -version = "1.0.0" +version = "1.0.1-rc.1" description = "The file service for DBMI services" readme = "README.md" requires-python = ">=3.9"