Skip to content

Instantly share code, notes, and snippets.

@om26er
Created December 4, 2018 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save om26er/513f903da2e9aabf7651796485c0b109 to your computer and use it in GitHub Desktop.
Save om26er/513f903da2e9aabf7651796485c0b109 to your computer and use it in GitHub Desktop.
PyPI get latest version number
wget -qO- https://pypi.python.org/pypi/__your_package_name__/json | jq .info.version | sed -e 's/^"//' -e 's/"$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment