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
xil/__init__.py should contain a __version__ attribute.
It has to match the tool.poetry.version key in pyproject.toml (and ideally with the recent Git tag):
xil/__init__.py
should contain a__version__
attribute.It has to match the
tool.poetry.version
key inpyproject.toml
(and ideally with the recent Git tag):xil/pyproject.toml
Line 3 in 7813157
https://peps.python.org/pep-0396/
There are several ways to solve the single source of truth issues with Poetry.
Some options are:
In some other build systems, this problem is solved:
The text was updated successfully, but these errors were encountered: