un-comtrade-sdk v1.0.3
Metadata-only patch release. No SDK code, tests, or workflows changed.
What is in v1.0.3
- Documentation URL in
[project.urls]switched fromhttps://un-comtrade-sdk.readthedocs.io/tohttps://horizon-labs-building-ai-systems.github.io/un-comtrade-sdk/— the PyPI project page now points at the live GitHub Pages site. - Housekeeping
.gitignorerules added for local-dev artifacts (website/site/,website/.mkdocs-serve.log,.audit/,dist-check/,_tmp_log.py). - Version bumped
1.0.2->1.0.3in the two canonical sources (pyproject.toml [project].versionandun_comtrade/__version__.py).
Install
pip install --upgrade un-comtrade-sdkVerify
>>> import un_comtrade
>>> un_comtrade.__version__
'1.0.3'Resources
- Documentation: https://horizon-labs-building-ai-systems.github.io/un-comtrade-sdk/
- Changelog: docs/CHANGELOG.md
- v1.x release notes: docs/032_v1_RELEASE_NOTES.md