Skip to content

Commit 35b7084

Browse files
publish 0.2.0
1 parent 3d51700 commit 35b7084

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Inter-task sychronization and communication.
77
Pin the minor version.
88

99
```
10-
poetry add asyncgui-ext-synctools@~0.1
11-
pip install "asyncgui-ext-synctools>=0.1,<0.2"
10+
poetry add asyncgui-ext-synctools@~0.2
11+
pip install "asyncgui-ext-synctools>=0.2,<0.3"
1212
```
1313

1414
## Tested on

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "asyncgui-ext-synctools"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Inter-task sychronization and communication."
55
authors = ["Nattōsai Mitō <flow4re2c@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)