Bump version to 0.2.0#37
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 WalkthroughWalkthroughThe project version is bumped from 0.1.0 to 0.2.0 in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @pyproject.toml:
- Line 11: pyproject.toml was bumped to version 0.2.0 but the tracked uv.lock
still pins lampyrid at 0.1.0; regenerate the lockfile so it matches the new
package version by running the lock command: run `uv lock` (or the project's
lock regeneration command) to update uv.lock, confirm lampyrid now shows 0.2.0
in the lockfile, and commit the updated uv.lock alongside the pyproject.toml
change.
Summary
Changes
This PR updates the version number in preparation for creating the v0.2.0 release tag.