Describe the bug
When installing by pip install "docxtpl @git+https://github.com/elapouya/python-docx-template", it got docxtpl==0.17.0
While install by pypi.org got 0.20.1
To Reproduce
python3.12 -m venv venv
source venv/bin/activate
pip install "docxtpl @git+https://github.com/elapouya/python-docx-template"
pip list|grep docxtpl
# docxtpl 0.17.0
pip install -U docxtpl
pip list|grep docxtpl
# docxtpl 0.20.1
Expected behavior
Install by github url get the same version in docxtpl/__init__.py
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
When installing by
pip install "docxtpl @git+https://github.com/elapouya/python-docx-template", it got docxtpl==0.17.0While install by pypi.org got 0.20.1
To Reproduce
Expected behavior
Install by github url get the same version in
docxtpl/__init__.pyScreenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.