Skip to content
Merged
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
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ requires = ["setuptools", "wheel"]

[project]
name = "lanfactory"
version = "0.6.0"
version = "0.5.3"
authors = [
Comment on lines 8 to 11
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description says this is a version bump from 0.6.0 → 0.6.1, but the change here sets the project version to 0.5.3 (a downgrade). Please clarify the intended release version and update accordingly (and keep it in sync with src/lanfactory/init.py.version).

Copilot uses AI. Check for mistakes.
{ name = "Alexander Fengler", email = "alexander_fengler@brown.edu" },
{ name = "Carlos Paniagua", email = "carlos_paniagua@brown.edu" },
{ name = "Hannah Hafner", email = "hhafner@smith.edu" },
]
Comment on lines 12 to 15
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new authors entry is formatted inconsistently with the existing list (missing space before the closing brace and missing trailing comma like the other entries). Align formatting with the surrounding entries to keep the TOML style consistent.

Copilot uses AI. Check for mistakes.
description = "Package with convenience functions to train LANs"
readme = "README.md"
Expand Down
Loading