Skip to content

Commit 9d2455e

Browse files
publish 0.3.0
1 parent 3ec2d08 commit 9d2455e

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
@@ -68,8 +68,8 @@ Clock.schedule_interval(vclock.tick, 0)
6868
Pin the minor version.
6969

7070
```
71-
poetry add asyncgui-ext-clock@~0.2
72-
pip install "asyncgui-ext-clock>=0.2,<0.3"
71+
poetry add asyncgui-ext-clock@~0.3
72+
pip install "asyncgui-ext-clock>=0.3,<0.4"
7373
```
7474

7575
## 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.2.0"
3+
version = "0.3.0"
44
description = ""
55
authors = ["Nattōsai Mitō <[email protected]>"]
66
license = "MIT"

sphinx/readme_jp.rst

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

7676
::
7777

78-
poetry add asyncgui-ext-clock@~0.2
79-
pip install "asyncgui-ext-clock>=0.2,<0.3"
78+
poetry add asyncgui-ext-clock@~0.3
79+
pip install "asyncgui-ext-clock>=0.3,<0.4"
8080

8181
テスト環境
8282
-----------------------

0 commit comments

Comments
 (0)