Skip to content

Commit

Permalink
publish 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gottadiveintopython committed Aug 29, 2024
1 parent 08d0084 commit dde1393
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ ak.start(what_you_want_to_do(...))
Pin the minor version.

```text
poetry add asynckivy@~0.6
pip install "asynckivy>=0.6,<0.7"
poetry add asynckivy@~0.7
pip install "asynckivy>=0.7,<0.8"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ ak.start(what_you_want_to_do(...))
マイナーバージョンが変わった時は何らかの重要な互換性の無い変更が加えられた事を意味するので使う際はマイナーバージョンまでを固定してください。

```text
poetry add asynckivy@~0.6
pip install "asynckivy>=0.6,<0.7"
poetry add asynckivy@~0.7
pip install "asynckivy>=0.7,<0.8"
```

## 使い方
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "asynckivy"
version = "0.7.0.dev0"
version = "0.7.0"
description = "Async library for Kivy"
authors = ["Nattōsai Mitō <flow4re2c@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit dde1393

Please sign in to comment.