pyLanguagetool
pyLanguagetool copied to clipboard
Installing 0.11.0 via pip doesn't include updates for 0.11.0 release
I've installed version 0.11.0 of the package, but when I open the distributed files, they do not match the code of the release on GitHub, e.g. the added support for username and api_key.
I also noticed this. The problem is the wheel file. The source distribution is fine.
$ curl https://files.pythonhosted.org/packages/4f/bd/0506dad57b4a8f64e8d8071c76da83340a8c74601cfe32cbe9917aeb2dcb/pylanguagetool-0.11.0-py3-none-any.whl -o pylanguagetool-0.11.0-py3-none-any.whl
$ unzip pylanguagetool-0.11.0-py3-none-any.whl
$ grep -r pkg_resources .
./pylanguagetool/cli.py:import pkg_resources
./pylanguagetool/cli.py: print(pkg_resources.get_distribution('pylanguagetool').version)