Hi,
I've noticed the wrong version number set for __version__ in __init.py__.
One solution would be to use importlib.metadata.version('cmocean') to always the correct version number taken from the setup.py.
If that is something wanted, I am happy to do a PR for it :)