Skip to content

fix: Updated version in pyproject.toml#3

Merged
regularkevvv merged 1 commit intomainfrom
fix/update-pyproject-version
Jan 23, 2026
Merged

fix: Updated version in pyproject.toml#3
regularkevvv merged 1 commit intomainfrom
fix/update-pyproject-version

Conversation

@regularkevvv
Copy link
Copy Markdown
Collaborator

Update the version on the pyproject.toml file to 0.2.0

Copilot AI review requested due to automatic review settings January 23, 2026 01:31
@regularkevvv regularkevvv merged commit 50c6c95 into main Jan 23, 2026
10 checks passed
@regularkevvv regularkevvv deleted the fix/update-pyproject-version branch January 23, 2026 01:31
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/package version in pyproject.toml to 0.2.0.

Changes:

  • Bumped [project].version from 0.1.1 to 0.2.0.

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

[project]
name = "jinjatest"
version = "0.1.1"
version = "0.2.0"
Copy link

Copilot AI Jan 23, 2026

Choose a reason for hiding this comment

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

[project].version is now 0.2.0, but the runtime package version constant is still __version__ = "0.1.0" in jinjatest/__init__.py (and previously didn’t match either). This will cause import jinjatest; jinjatest.__version__ to report an incorrect version; consider updating __version__ to match pyproject.toml or deriving it dynamically from package metadata to keep a single source of truth.

Suggested change
version = "0.2.0"
version = "0.1.0"

Copilot uses AI. Check for mistakes.
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