Skip to content

Commit aef4c63

Browse files
publish 0.5.0
1 parent 64316d7 commit aef4c63

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
@@ -47,8 +47,8 @@ Clock.schedule_interval(clock.tick, 0)
4747
Pin the minor version.
4848

4949
```
50-
poetry add asyncgui-ext-clock@~0.4
51-
pip install "asyncgui-ext-clock>=0.4,<0.5"
50+
poetry add asyncgui-ext-clock@~0.5
51+
pip install "asyncgui-ext-clock>=0.5,<0.6"
5252
```
5353

5454
## Tested on

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 = "asyncgui-ext-clock"
3-
version = "0.5.0.dev0"
3+
version = "0.5.0"
44
description = "An event scheduler for asyncgui programs"
55
authors = ["Nattōsai Mitō <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)