Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Sep 15:27
· 4 commits to main since this release
v1.0.1
d4d6ac3

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

1.0.1 - 2025-09-20

Fixed

  • Correct __version__ definition in src/__init__.py to dynamically read from package metadata.
    This ensures consistency between pyproject.toml and runtime __version__, preventing version mismatches in future releases.
  • Fix broken PyPI download badge in README.md (remove deprecated pypi/dm badge)