diff --git a/README.md b/README.md index 614d50b..d52ad31 100644 --- a/README.md +++ b/README.md @@ -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/0.10.2/aki-0.10.2.tar.gz +pipx install https://github.com/4sh/aki/releases/download/0.10.4/aki-0.10.4.tar.gz ``` ### Docker or Python ? diff --git a/aki/version.py b/aki/version.py index 17c1a62..e5858f5 100644 --- a/aki/version.py +++ b/aki/version.py @@ -1 +1 @@ -__version__ = "0.10.2" +__version__ = '0.10.4' diff --git a/pyproject.toml b/pyproject.toml index 7c721bf..1b2eb04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aki" -version = "0.10.2" +version = "0.10.4" description = "" authors = ["nroulon "]