You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mabelcalim Could you change this to from '0.0.1.51' to '0.1.51'? Pip (and perhaps the tool used to mirror waipy on PyPi?) are getting confused an think that the current version '0.0.1.51' is older than '0.0.9.0' as 9 > 1.
This is indirectly leads to this issue as pip install waipy installs 0.0.9.0 which throw an indentation error on import waipy.
The text was updated successfully, but these errors were encountered:
waipy/lib/waipy/__init__.py
Line 34 in 9b396cb
@mabelcalim Could you change this to from '0.0.1.51' to '0.1.51'?
Pip
(and perhaps the tool used to mirror waipy on PyPi?) are getting confused an think that the current version '0.0.1.51' is older than '0.0.9.0' as 9 > 1.This is indirectly leads to this issue as
pip install waipy
installs 0.0.9.0 which throw an indentation error onimport waipy
.The text was updated successfully, but these errors were encountered: