We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d51700 commit 35b7084Copy full SHA for 35b7084
README.md
@@ -7,8 +7,8 @@ Inter-task sychronization and communication.
7
Pin the minor version.
8
9
```
10
-poetry add asyncgui-ext-synctools@~0.1
11
-pip install "asyncgui-ext-synctools>=0.1,<0.2"
+poetry add asyncgui-ext-synctools@~0.2
+pip install "asyncgui-ext-synctools>=0.2,<0.3"
12
13
14
## Tested on
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "asyncgui-ext-synctools"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "Inter-task sychronization and communication."
5
authors = ["Nattōsai Mitō <[email protected]>"]
6
license = "MIT"
0 commit comments