Skip to content

Commit

Permalink
release 0.10.7-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nroulon committed Oct 8, 2024
1 parent c1b92ad commit bc527e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A python package is also available, aki is compatible and tested with Python 3.8

You can install aki with [pipx](https://pipx.pypa.io/):
```
pipx install https://github.com/4sh/aki/releases/download/v0.10.6/aki-0.10.6-py3-none-any.whl
pipx install https://github.com/4sh/aki/releases/download/v0.10.7-rc1/aki-0.10.7-rc1-py3-none-any.whl
```

### Docker or Python ?
Expand Down
2 changes: 1 addition & 1 deletion aki/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.6'
__version__ = '0.10.7-rc1'
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 = "aki"
version = "0.10.6"
version = "0.10.7-rc1"
description = ""
authors = ["nroulon <[email protected]>"]

Expand Down

0 comments on commit bc527e6

Please sign in to comment.