chore: bump all package versions to 0.1.1 - #17
Merged
Conversation
Manually set all 8 packages to 0.1.1 in the manifest, pyproject.toml files, and __init__.py files to skip past the burned 0.1.0 release. Co-authored-by: Cursor <cursoragent@cursor.com>
tracisiebel
approved these changes
Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Manually bumps all 8 packages from
0.1.0to0.1.1to skip past the burned0.1.0release (phantom immutable release blocking tag recreation).Changes
.release-please-manifest.json: all packages0.1.0→0.1.1pyproject.tomlversion fields →0.1.1__init__.py__version__fields →0.1.1uv.lockregeneratedNote
Low Risk
Version metadata and lockfile only; no application logic or dependency requirement changes beyond recorded versions.
Overview
Bumps all eight LaunchDarkly AI Python packages from 0.1.0 to 0.1.1 so releases can move past a burned 0.1.0 on the registry (immutable artifact blocking tag recreation).
Updates
.release-please-manifest.json, each package’spyproject.tomlversion, matching__version__in package__init__.py, anduv.lockworkspace package versions (from0.0.0/0.1.0to 0.1.1). No runtime or API code changes.Reviewed by Cursor Bugbot for commit 4bff882. Bugbot is set up for automated code reviews on this repo. Configure here.