There is an error with the versioning up on the release of v0.14.2. This is also wrong on the TestPyPi page at https://test.pypi.org/project/pygmt/#history.
| website |
TestPyPi |
 |
 |
Currently I can not install the developer version via
pip install --upgrade --pre --extra-index-url https://test.pypi.org/simple/ pygmt
and it always installs v0.14.2. To get the developer version I have to use
pip install -i https://test.pypi.org/simple/ pygmt==0.14.1.dev69