matplotlib / ipympl

Matplotlib Jupyter Integration
https://matplotlib.org/ipympl/
BSD 3-Clause "New" or "Revised" License
1.59k stars 225 forks source link

Use correct versioning #550

Closed ianthomas23 closed 8 months ago

ianthomas23 commented 8 months ago

When I updated the build system to use hatch (#541) I didn't set up the dynamic versioning correctly. This came to light in #549 as currently the package version is 0.9.4.dev1 but ipympl.__version__ is still 0.9.3.

This fixes the dynamic versioning in pyproject.toml so that hatch reads the one-and-only version number from ipympl._version.py.