Skip to content

Commit

Permalink
Bump version to 1.0.0, add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Jul 5, 2024
1 parent ec9f94d commit 16b4d97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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]
Expand Down

0 comments on commit 16b4d97

Please sign in to comment.