File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ while running:
3838Pin 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " asyncgui-ext-clock"
3- version = " 0.6.0.dev0 "
3+ version = " 0.6.0"
44description = " An event scheduler for asyncgui programs"
55authors = [
" Nattōsai Mitō <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff 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上で使う例)
You can’t perform that action at this time.
0 commit comments