From 7a82b07f0c88c6ccc82ce6da6b074193fa6a091e Mon Sep 17 00:00:00 2001 From: Bryan Larson Date: Wed, 4 Sep 2024 13:23:04 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.1...v1.0.2) (2024-09-04) ### Bug Fixes * **requirements:** Updated Python requirements ([58e0124](https://github.com/hms-dbmi/dbmi-fileservice/commit/58e012483d52c09b44f95904f9ffcb1bf695fdef)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e402d5d..178973a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.1...v1.0.2) (2024-09-04) + + +### Bug Fixes + +* **requirements:** Updated Python requirements ([58e0124](https://github.com/hms-dbmi/dbmi-fileservice/commit/58e012483d52c09b44f95904f9ffcb1bf695fdef)) + ## [1.0.2-rc.1](https://github.com/hms-dbmi/dbmi-fileservice/compare/v1.0.1...v1.0.2-rc.1) (2024-09-04) diff --git a/pyproject.toml b/pyproject.toml index f17e00e..4220615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbmi-fileservice" -version = "1.0.2-rc.1" +version = "1.0.2" description = "The file service for DBMI services" readme = "README.md" requires-python = ">=3.9"