Skip to content

feat: expose package version in top-level API#462

Open
haosenwang1018 wants to merge 1 commit intoaigc-apps:mainfrom
haosenwang1018:chore/export-version-api
Open

feat: expose package version in top-level API#462
haosenwang1018 wants to merge 1 commit intoaigc-apps:mainfrom
haosenwang1018:chore/export-version-api

Conversation

@haosenwang1018
Copy link
Contributor

Summary

  • add __version__ constant to top-level package module
  • add typed get_version() -> str helper for programmatic version reads
  • export __version__ and get_version via __all__

Why

Downstream integrations often need an explicit version entrypoint from the root package. This keeps version access consistent with other Python tooling patterns.

Testing

  • import path remains unchanged
  • change is additive and backward-compatible

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.

1 participant