Skip to content

Commit 385d9e3

Browse files
Publish version 0.6.0
1 parent 76a2948 commit 385d9e3

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ while running:
3838
Pin the minor version.
3939

4040
```
41-
poetry add asyncgui-ext-clock@~0.5
42-
pip install "asyncgui-ext-clock>=0.5,<0.6"
41+
poetry add asyncgui-ext-clock@~0.6
42+
pip install "asyncgui-ext-clock>=0.6,<0.7"
4343
```
4444

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

sphinx/readme_jp.rst

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

5656
::
5757

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

6161
テスト環境
6262
-----------------------
@@ -66,8 +66,3 @@ APIに渡す時間の単位は統一さえされていれば何でも構いま
6666
* CPython 3.12
6767
* CPython 3.13
6868
* PyPy 3.10
69-
70-
その他
71-
-----------------------
72-
73-
* `YouTube <https://youtu.be/kPVzO8fF0yg>`__ (Kivy上で使う例)

0 commit comments

Comments
 (0)