python-var-dump icon indicating copy to clipboard operation
python-var-dump copied to clipboard

Publish a new version?

Open MacDada opened this issue 2 years ago • 2 comments

$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.

MacDada avatar May 11 '23 13:05 MacDada

I've managed to temporarily upgrade with $PYTHONEXE -m pip install 'var_dump @ git+https://github.com/sha256/python-var-dump@9cdacf8096db34d06434db414c5fcb101203c085' --force-reinstall

MacDada avatar May 11 '23 14:05 MacDada

I planning to check more python version compatibility and add compatibility information in the new version!

sha256 avatar May 15 '23 15:05 sha256