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
Currently sliceline.__version__ outputs an AttributeError.
Goal
Keep the version management simple with one unique source of truth. Add the __version__ attribute to the package.
See an implementation of BumpVer.
Note
The version number is managed with GitHub release number (i.e. commit tag). The version property in pyproject.toml is just a placeholder that is modify by the Release job in GitHub Action CI.
The text was updated successfully, but these errors were encountered:
Currently
sliceline.__version__
outputs anAttributeError
.Goal
Keep the version management simple with one unique source of truth. Add the
__version__
attribute to the package.See an implementation of BumpVer.
Note
The version number is managed with GitHub release number (i.e. commit tag). The
version
property inpyproject.toml
is just a placeholder that is modify by theRelease
job in GitHub Action CI.The text was updated successfully, but these errors were encountered: