Skip to content

Commit

Permalink
publish 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gottadiveintopython committed Jul 4, 2024
1 parent 19f002a commit f5fdcec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Inter-task sychronization and communication.
Pin the minor version.

```
poetry add asyncgui-ext-synctools@~0.1
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"
```

## Tested on
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "asyncgui-ext-synctools"
version = "0.1.0"
version = "0.2.0"
description = "Inter-task sychronization and communication."
authors = ["Nattōsai Mitō <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f5fdcec

Please sign in to comment.