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
The pyproject.toml and docs/confi.py both define the version of the package. To make a new release the version has to be updated in both places. It would be nice to have a single place or a single command like bump2version
I would be also be nice to have run-bmi-server --version and from grpcbmi import __version__.
The pyproject.toml and docs/confi.py both define the version of the package. To make a new release the version has to be updated in both places. It would be nice to have a single place or a single command like bump2version
I would be also be nice to have
run-bmi-server --version
andfrom grpcbmi import __version__
.Side-quest of #130.
The text was updated successfully, but these errors were encountered: