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
It was confusing having __version__.py as we were importing the
__version__ variable from __version__.py into the top-level namespace
while also having __version__.py. So depending where we were in the
import chain __version__ could refer to the module __version__.py or
it could refer to the variable __version__
0 commit comments