Skip to content

Commit fc7c1c3

Browse files
committed
docs(CHANGES) Bump libtmux version in example
1 parent 32a7d6c commit fc7c1c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ Tip: libtmux is pre-1.0. Pin a range in projects to avoid surprises:
6969
requirements.txt:
7070

7171
```ini
72-
libtmux==0.49.*
72+
libtmux==0.50.*
7373
```
7474

7575
pyproject.toml:
7676

7777
```toml
78-
libtmux = "0.49.*"
78+
libtmux = "0.50.*"
7979
```
8080

8181
## 🚀 Quickstart

0 commit comments

Comments
 (0)