Skip to content

chore: bump version to 0.2.7#8

Merged
primetheus merged 1 commit intomainfrom
chore/bump-version-0.2.7
Mar 20, 2026
Merged

chore: bump version to 0.2.7#8
primetheus merged 1 commit intomainfrom
chore/bump-version-0.2.7

Conversation

@primetheus
Copy link
Copy Markdown
Owner

Summary

Bump version in pyproject.toml from 0.2.6 to 0.2.7 to match the v0.2.7 tag.

Context

The publish workflow triggered on tag v0.2.7 but pyproject.toml still had version = "0.2.6". PyPI rejected the upload because 0.2.6 already exists.

After merging, delete the existing v0.2.7 tag and re-tag from the updated main:

git tag -d v0.2.7
git push origin :refs/tags/v0.2.7
git tag v0.2.7
git push origin v0.2.7

Copilot AI review requested due to automatic review settings March 20, 2026 18:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the project’s Poetry version metadata so releases match the v0.2.7 tag and PyPI upload expectations.

Changes:

  • Bump tool.poetry.version from 0.2.6 to 0.2.7 in pyproject.toml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@primetheus primetheus merged commit f66000d into main Mar 20, 2026
11 checks passed
@primetheus primetheus deleted the chore/bump-version-0.2.7 branch March 20, 2026 18:50
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.

2 participants