From 37bdbd7535b8477cd15406331d4e01e1abecea46 Mon Sep 17 00:00:00 2001 From: Jesse London Date: Wed, 28 Jun 2023 15:36:18 -0500 Subject: [PATCH] =?UTF-8?q?bump=20version=200.1.0-rc.14=20=E2=86=92=200.1.?= =?UTF-8?q?0?= 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 cfbb86a..1b41952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fate-scheduler" -version = "0.1.0-rc.14" +version = "0.1.0" description = "The operating system-level command scheduler and manager." license = "MIT" repository = "https://github.com/chicago-cdac/fate"