Currently, I see in the log:
Requirement already satisfied: fairmd-lipids in ./.venv/lib/python3.12/site-packages (from -r requirements.txt (line 3)) (1.5.2.dev1+g2d4438fde)
It points to the commit even below the last tag.
What is better to do:
We can consider using git for updating the API.
If we always do:
pip install fairmd-lipids
Then, it is easy. And then we know that the release is required.
Currently, I see in the log:
It points to the commit even below the last tag.
What is better to do:
We can consider using git for updating the API.
If we always do:
Then, it is easy. And then we know that the release is required.