diff --git a/README.md b/README.md index 61ce1a4..886b61e 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ while running: Pin the minor version. ``` -poetry add asyncgui-ext-clock@~0.5 -pip install "asyncgui-ext-clock>=0.5,<0.6" +poetry add asyncgui-ext-clock@~0.6 +pip install "asyncgui-ext-clock>=0.6,<0.7" ``` ## Tested on diff --git a/pyproject.toml b/pyproject.toml index 1cb237b..f712fb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asyncgui-ext-clock" -version = "0.6.0.dev0" +version = "0.6.0" description = "An event scheduler for asyncgui programs" authors = ["Nattōsai Mitō "] license = "MIT" diff --git a/sphinx/readme_jp.rst b/sphinx/readme_jp.rst index 4e38f0b..4793162 100644 --- a/sphinx/readme_jp.rst +++ b/sphinx/readme_jp.rst @@ -55,8 +55,8 @@ APIに渡す時間の単位は統一さえされていれば何でも構いま :: - poetry add asyncgui-ext-clock@~0.5 - pip install "asyncgui-ext-clock>=0.5,<0.6" + poetry add asyncgui-ext-clock@~0.6 + pip install "asyncgui-ext-clock>=0.6,<0.7" テスト環境 ----------------------- @@ -66,8 +66,3 @@ APIに渡す時間の単位は統一さえされていれば何でも構いま * CPython 3.12 * CPython 3.13 * PyPy 3.10 - -その他 ------------------------ - -* `YouTube `__ (Kivy上で使う例)