File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -355,10 +355,10 @@ python -m pip install .
355355If you want to install a specific branch or tag from the repository, you can use the following command:
356356
357357``` bash
358- python -m pip install git+https://github.com/LeMyst/WikibaseIntegrator.git@v0.12.14
358+ python -m pip install git+https://github.com/LeMyst/WikibaseIntegrator.git@v0.12.15
359359```
360360
361- where ` v0.12.14 ` is the tag or branch you want to install.
361+ where ` v0.12.15 ` is the tag or branch you want to install.
362362
363363You can also use Poetry:
364364
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " WikibaseIntegrator"
3- version = " 0.12.15.dev0 "
3+ version = " 0.12.15"
44description = " Python package for reading from and writing to a Wikibase instance"
55authors = [
66 " Myst" ,
You can’t perform that action at this time.
0 commit comments