From 16b4d97a16bf2b99ee82ab2d9b5c033ed95537d2 Mon Sep 17 00:00:00 2001 From: Abhishek Dasgupta Date: Fri, 5 Jul 2024 15:53:52 +0100 Subject: [PATCH] Bump version to 1.0.0, add classifiers --- docs/source/conf.py | 2 +- pyproject.toml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d899a5e..6ffd852 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = authors copyright = f"2023, {authors}" # The full version, including alpha/beta/rc tags -release = "0.1.0" +release = "1.0.0" # Add media: image for logo and a favicon for the browser tab html_logo = "_static/cats_dalle_img_200x200px_for_logo.png" diff --git a/pyproject.toml b/pyproject.toml index 6d03e88..93ab0ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "climate-aware-task-scheduler" - version = "1.0rc1" + version = "1.0.0" description = "Climate aware task scheduler" authors = [ { name = "Colin Sauze" }, @@ -25,7 +25,14 @@ license = { file = "LICENSE" } requires-python = ">=3.9" readme = "README.md" - classifiers = ["License :: OSI Approved :: MIT License"] + classifiers = [ + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", + "Development Status :: 4 - Beta", + "Environment :: Console", + "Intended Audience :: Science/Research", + "Intended Audience :: System Administrators", + ] dependencies = ["requests-cache>=1.0", "PyYAML>=6.0"] [project.optional-dependencies]