diff --git a/deploy/docker-compose/.env.example b/deploy/docker-compose/.env.example index ab0636df..35f53b8e 100644 --- a/deploy/docker-compose/.env.example +++ b/deploy/docker-compose/.env.example @@ -1,4 +1,4 @@ -ADMYRAL_VERSION=0.1.34 +ADMYRAL_VERSION=0.1.35 # Optional but required if ai_action action is used OPENAI_API_KEY="" diff --git a/pyproject.toml b/pyproject.toml index d1ba84fa..59e816ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "admyral" -version = "0.1.34" +version = "0.1.35" description = "" authors = ["Daniel Grittner "] readme = "README.md"