Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dissmodel/executor/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class JobResponse(BaseModel):
created_at: datetime
output_path: str | None = None
output_sha256: str | None = None
input_sha256: str | None = None
logs: list[str] = []


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dissmodel"
version = "0.4.0"
version = "0.4.1"
description = "Discrete Spatial Modeling framework for raster and vector simulations"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.10"
Expand Down
Loading