Skip to content

Commit ddb8e47

Browse files
committed
bump: 0.18.2
1 parent 6e590c3 commit ddb8e47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,15 +582,15 @@ This project uses poetry so you will need to install poetry locally to use follo
582582
commands.
583583

584584
```
585-
pip install poetry --user
585+
pipx install poetry
586586
poetry install
587587
```
588588

589589
This project uses [pre-commit](https://pre-commit.com/) to format/check all the
590590
code before each commit automatically.
591591

592592
```
593-
pip install pre-commit --user
593+
pipx install pre-commit
594594
pre-commit install
595595
```
596596

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tgtg"
3-
version = "0.18.1"
3+
version = "0.18.2"
44
description = "Unoffical python client for TooGoodToGo API"
55
readme = "README.md"
66
authors = ["Anthony Hivert <[email protected]>"]

0 commit comments

Comments
 (0)