Skip to content

v1.0.3

Latest

Choose a tag to compare

@prashantprakash28 prashantprakash28 released this 30 Jun 23:18

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 from https://un-comtrade-sdk.readthedocs.io/ to https://horizon-labs-building-ai-systems.github.io/un-comtrade-sdk/ — the PyPI project page now points at the live GitHub Pages site.
  • Housekeeping .gitignore rules added for local-dev artifacts (website/site/, website/.mkdocs-serve.log, .audit/, dist-check/, _tmp_log.py).
  • Version bumped 1.0.2 -> 1.0.3 in the two canonical sources (pyproject.toml [project].version and un_comtrade/__version__.py).

Install

pip install --upgrade un-comtrade-sdk

Verify

>>> import un_comtrade
>>> un_comtrade.__version__
'1.0.3'

Resources