This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the project version from 0.0.25 to 0.0.26 across the project configuration files.
- Updates version in pyproject.toml and init.py to maintain consistency
- Standard version increment for a minor release
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updates Poetry project version from 0.0.25 to 0.0.26 |
| any_parser/init.py | Updates package version constant from 0.0.25 to 0.0.26 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
User description
Description
Related Issue
Type of Change
How Has This Been Tested?
Screenshots (if applicable)
Checklist
Additional Notes
PR Type
Other
Description
Bump package version to 0.0.26
Update runtime version constant
Diagram Walkthrough
File Walkthrough
__init__.py
Bump runtime __version__ to 0.0.26any_parser/init.py
__version__from0.0.25to0.0.26.__all__) unchanged.pyproject.toml
Update project version metadata to 0.0.26pyproject.toml
[tool.poetry] versionfrom0.0.25to0.0.26.