Skip to content

chore: bump version to 0.1.4#92

Merged
ternaus merged 1 commit intomainfrom
release/0.1.4
Apr 7, 2026
Merged

chore: bump version to 0.1.4#92
ternaus merged 1 commit intomainfrom
release/0.1.4

Conversation

@ternaus
Copy link
Copy Markdown
Contributor

@ternaus ternaus commented Apr 7, 2026

Fix release workflow Python version (3.10→3.11) so tomllib is available.

Made-with: Cursor

Summary by Sourcery

Bump the package version and update the release workflow to use a newer Python runtime for publishing to PyPI.

Build:

  • Increase project version to 0.1.4 in pyproject metadata.

CI:

  • Update the PyPI release workflow to run with Python 3.11 instead of 3.10 so the standard tomllib module is available.

Fix release workflow Python version (3.10→3.11) so tomllib is available.

Made-with: Cursor
Copilot AI review requested due to automatic review settings April 7, 2026 04:38
@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai bot commented Apr 7, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the package version to 0.1.4 and aligns the release workflow to use Python 3.11 so that tomllib is available during the PyPI upload process.

File-Level Changes

Change Details Files
Align release workflow Python version with tomllib requirements.
  • Update GitHub Actions upload_to_pypi workflow to use Python 3.11 instead of 3.10 for the uv setup step
  • Ensure release metadata resolution step can rely on the standard-library tomllib module being available at runtime
.github/workflows/upload_to_pypi.yml
Bump package version for the new release.
  • Increment project version from 0.1.3 to 0.1.4 in the build configuration so distributions will be tagged with the new version
pyproject.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

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 albucore project version and adjusts the PyPI release workflow to use Python 3.11 so the workflow can rely on tomllib when reading pyproject.toml.

Changes:

  • Bump package version from 0.1.3 to 0.1.4 in project metadata.
  • Update the uv lock metadata to reflect the new editable package version.
  • Switch the release workflow’s Python version from 3.10 to 3.11 (enables tomllib usage).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
pyproject.toml Bumps project.version to 0.1.4.
uv.lock Updates the editable albucore package version to 0.1.4.
.github/workflows/upload_to_pypi.yml Uses Python 3.11 for the release job so the metadata step can import tomllib.

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

@ternaus ternaus merged commit de8ef50 into main Apr 7, 2026
10 checks passed
@ternaus ternaus deleted the release/0.1.4 branch April 7, 2026 04:40
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