Skip to content

0.1.2 — fix __version__ drift (read from metadata) - #7

Merged
zolizoli merged 1 commit into
mainfrom
version-fix
Jul 1, 2026
Merged

0.1.2 — fix __version__ drift (read from metadata)#7
zolizoli merged 1 commit into
mainfrom
version-fix

Conversation

@zolizoli

@zolizoli zolizoli commented Jul 1, 2026

Copy link
Copy Markdown
Member

0.1.1 shipped a hardcoded __version__ = "0.1.0" that wasn't bumped with pyproject.toml, so an installed 0.1.1 reported 0.1.0 (and ReproRecord.keyflux_version was wrong). Now derived from importlib.metadata.version("keyflux") — always matches the release, no more drift. Bumps to 0.1.2.

🤖 Generated with Claude Code

0.1.1 shipped with a hardcoded __version__ = "0.1.0" in src/keyflux/__init__.py
that was not bumped with pyproject, so an installed 0.1.1 reported 0.1.0 (and
ReproRecord logged the wrong version). Read the version from importlib.metadata
so it always matches the release and can never drift again.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@zolizoli
zolizoli merged commit b019902 into main Jul 1, 2026
4 checks passed
@zolizoli
zolizoli deleted the version-fix branch July 1, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant