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:
38
38
Pin the minor version.
39
39
40
40
```
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 "
43
43
```
44
44
45
45
## Tested on
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " asyncgui-ext-clock"
3
- version = " 0.6.0.dev0 "
3
+ version = " 0.6.0"
4
4
description = " An event scheduler for asyncgui programs"
5
5
authors = [
" Nattōsai Mitō <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ APIに渡す時間の単位は統一さえされていれば何でも構いま
55
55
56
56
::
57
57
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 "
60
60
61
61
テスト環境
62
62
-----------------------
@@ -66,8 +66,3 @@ APIに渡す時間の単位は統一さえされていれば何でも構いま
66
66
* CPython 3.12
67
67
* CPython 3.13
68
68
* 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