Skip to content

Commit 232557e

Browse files
Yuwei YanOmX
andcommitted
v0.2.3
Correct the release bump so the package metadata and lockfile publish the intended 0.2.3 version instead of the accidental 0.2.2 commit. Constraint: The previous HEAD commit only bumped pyproject.toml to 0.2.2. Rejected: Leave uv.lock stale | editable package metadata should match pyproject.toml. Confidence: high Scope-risk: narrow Tested: uv lock Tested: uv sync --extra dev --extra server Tested: pyproject version assertion for 0.2.3 Not-tested: publishing to PyPI Co-authored-by: OmX <omx@oh-my-codex.dev>
1 parent cedc42d commit 232557e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "easypaper"
3-
version = "0.2.1"
3+
version = "0.2.3"
44
description = "AI-powered academic paper generation SDK"
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)