diff --git a/deploy/docker-compose/.env.example b/deploy/docker-compose/.env.example index 7675560c..7e41e9b3 100644 --- a/deploy/docker-compose/.env.example +++ b/deploy/docker-compose/.env.example @@ -1,4 +1,4 @@ -ADMYRAL_VERSION=0.1.22 +ADMYRAL_VERSION=0.1.23 # Optional but required if ai_action action is used OPENAI_API_KEY="" diff --git a/pyproject.toml b/pyproject.toml index 872ff9b8..f62b79ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "admyral" -version = "0.1.22" +version = "0.1.23" description = "" authors = ["Daniel Grittner "] readme = "README.md"