python-var-dump
python-var-dump copied to clipboard
Publish a new version?
$PYTHONEXE -m pip install var_dump --upgrade
$PYTHONEXE -m pip install var_dump --force-reinstall
I'm trying to upgrade, but I'm still getting the implementation from before the recursion fix.
I guess a new version needs to be published.
I've managed to temporarily upgrade with $PYTHONEXE -m pip install 'var_dump @ git+https://github.com/sha256/python-var-dump@9cdacf8096db34d06434db414c5fcb101203c085' --force-reinstall
I planning to check more python version compatibility and add compatibility information in the new version!