Skip to content

Align published package version with release tag 0.5.1#172

Merged
astomodynamics merged 1 commit intomasterfrom
copilot/match-package-version-pip-version
Apr 5, 2026
Merged

Align published package version with release tag 0.5.1#172
astomodynamics merged 1 commit intomasterfrom
copilot/match-package-version-pip-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 5, 2026

pip reported pycddp 0.1.0 because the package metadata and embedded version constants were still pinned to the initial release. This updates the version sources so the published Python package reports 0.5.1, matching the current release line.

  • Version metadata

    • Bump the Python package version in pyproject.toml to 0.5.1
    • Update the runtime-exported pycddp.__version__ constant to 0.5.1
    • Sync the top-level CMake project version to 0.5.1
  • Consistency across release surfaces

    • Keep Python packaging metadata, import-time version reporting, and CMake project metadata aligned to avoid version drift across builds and published artifacts
[project]
name = "pycddp"
version = "0.5.1"

Agent-Logs-Url: https://github.com/astomodynamics/cddp-cpp/sessions/02d54de1-96a3-49fd-b16c-cdde9740d978

Co-authored-by: astomodynamics <49183997+astomodynamics@users.noreply.github.com>
Copilot AI requested a review from astomodynamics April 5, 2026 00:58
@astomodynamics astomodynamics marked this pull request as ready for review April 5, 2026 00:58
@astomodynamics astomodynamics merged commit 0ff4dab into master Apr 5, 2026
9 checks passed
@astomodynamics astomodynamics deleted the copilot/match-package-version-pip-version branch April 5, 2026 00:59
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