Pypi package latest version is 0.0.10 instead of 0.2.0
If you run:
python -m pip install luno-python==0.2.0
You get error:
ERROR: Could not find a version that satisfies the requirement luno_python==0.2.0 (from versions: 0.0.1a0, 0.0.2, 0.0.4, 0.0.7, 0.0.8, 0.0.9, 0.0.10)
ERROR: No matching distribution found for luno_python==0.2.0
Workaround available:
$ python -m pip install 'luno_python @ git+https://github.com/luno/luno-python@002cdde3bf4b53d9281a298dc9260dc793addecb'
Pypi package latest version is 0.0.10 instead of 0.2.0
If you run:
python -m pip install luno-python==0.2.0You get error:
Workaround available:
$ python -m pip install 'luno_python @ git+https://github.com/luno/luno-python@002cdde3bf4b53d9281a298dc9260dc793addecb'