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
refactor: move __version__ and __version_info__ into _version.py
Extract the version definitions from brainpy/__init__.py into a dedicated
brainpy/_version.py module and re-export them from the package root, so the
canonical version string lives in a single small file. pyproject already
reads brainpy.__version__ and lists _version.py in its coverage omit lists.
0 commit comments