Skip to content

Commit ac7aac5

Browse files
publish 0.4.0
1 parent 0650135 commit ac7aac5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.3
51-
pip install "asyncgui-ext-clock>=0.3,<0.4"
50+
poetry add asyncgui-ext-clock@~0.4
51+
pip install "asyncgui-ext-clock>=0.4,<0.5"
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.4.0.dev0"
3+
version = "0.4.0"
44
description = "An event scheduler for asyncgui programs"
55
authors = ["Nattōsai Mitō <flow4re2c@gmail.com>"]
66
license = "MIT"

sphinx/readme_jp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ APIに渡す時間の単位は統一さえされていれば何でも構いま
5555

5656
::
5757

58-
poetry add asyncgui-ext-clock@~0.3
59-
pip install "asyncgui-ext-clock>=0.3,<0.4"
58+
poetry add asyncgui-ext-clock@~0.4
59+
pip install "asyncgui-ext-clock>=0.4,<0.5"
6060

6161
テスト環境
6262
-----------------------

0 commit comments

Comments
 (0)