We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__version__
__init__.py
Hi,
I've noticed the wrong version number set for __version__ in __init.py__.
__init.py__
One solution would be to use importlib.metadata.version('cmocean') to always the correct version number taken from the setup.py.
importlib.metadata.version('cmocean')
setup.py
If that is something wanted, I am happy to do a PR for it :)