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
Thanks for this great repo.
I'm trying to understand what is the advantage of fetching the version using version.py vs. setting it directly in setup.py
version=Version('1.0.0').number, vs version=1.0.0,