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
I noticed you use Git describe to grab the version number (great).... But I'd recommend using a super neat tool called 'versioneer' as it will give you the same version number, but works in development mode (i.e. running python setup.py --version when your package is installed via pip install -e).
The text was updated successfully, but these errors were encountered:
I noticed you use Git describe to grab the version number (great).... But I'd recommend using a super neat tool called 'versioneer' as it will give you the same version number, but works in development mode (i.e. running python setup.py --version when your package is installed via pip install -e).
The text was updated successfully, but these errors were encountered: