diff --git a/deploy/docker-compose/.env.example b/deploy/docker-compose/.env.example index ff4d7c45..4fe5f2ed 100644 --- a/deploy/docker-compose/.env.example +++ b/deploy/docker-compose/.env.example @@ -1,4 +1,4 @@ -ADMYRAL_VERSION=0.1.41 +ADMYRAL_VERSION=0.1.42 # Optional but required if ai_action action is used OPENAI_API_KEY="" diff --git a/pyproject.toml b/pyproject.toml index f71a6ff2..59ecb10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "admyral" -version = "0.1.41" +version = "0.1.42" description = "" authors = ["Daniel Grittner "] readme = "README.md"