From 47f6cea6d10a59187a0a3f876e811ef5a9fa7f12 Mon Sep 17 00:00:00 2001 From: Jesse London Date: Wed, 1 Feb 2023 17:45:31 -0600 Subject: [PATCH] =?UTF-8?q?bump=20version=20=E2=86=92=200.1.0-rc.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 719b22f..f993818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fate-scheduler" -version = "0.1.0-rc.4" +version = "0.1.0-rc.5" description = "The operating system-level command scheduler and manager." license = "MIT" repository = "https://github.com/chicago-cdac/fate"