Skip to content

Commit

Permalink
Bump version and update dependencies in pyproject.toml πŸŽ‰
Browse files Browse the repository at this point in the history
- pyproject.toml: Incremented version from 0.2.2 to 0.2.3
- pyproject.toml: Updated dependency deciphon-schema to >=0.1.2
  • Loading branch information
horta committed Feb 7, 2025
1 parent 4e366f1 commit 74bc74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poster/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "deciphon-poster"
version = "0.2.2"
version = "0.2.3"
description = "Poster for Deciphon scheduler."
authors = [{ name = "Danilo Horta", email = "[email protected]" }]
requires-python = "~=3.10"
Expand All @@ -15,5 +15,5 @@ dependencies = [
"requests>=2.32.3,<3",
"requests-toolbelt>=1.0.0,<2",
"deciphon-core>=1.0.7,<2",
"deciphon-schema>=0.1.1,<0.2",
"deciphon-schema>=0.1.2",
]

0 comments on commit 74bc74c

Please sign in to comment.