From 1784605324bfd52e1cf8a2f61ae529d5761ed179 Mon Sep 17 00:00:00 2001 From: Abhishek Dasgupta Date: Fri, 17 May 2024 11:55:57 +0200 Subject: [PATCH] Bump version to 1.0rc1, add authors --- pyproject.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c070d8..6d03e88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,20 @@ [project] name = "climate-aware-task-scheduler" - version = "0.1.0" + version = "1.0rc1" description = "Climate aware task scheduler" - authors = [] + authors = [ + { name = "Colin Sauze" }, + { name = "Andrew Walker"}, + { name = "Loïc Lannelongue" }, + { name = "Thibault Lestang" }, + { name = "Tony Greenberg" }, + { name = "Lincoln Colling" }, + { name = "Adam Ward" }, + { name = "Abhishek Dasgupta" }, + { name = "Carlos Martinez" }, + { name = "Sadie Bartholomew" } + ] license = { file = "LICENSE" } requires-python = ">=3.9" readme = "README.md"