From bd2fe2510eaeeeed872a9b02a216825b400fc88d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 12:36:12 +0000 Subject: [PATCH] chore: (actions) Update cookiecutter.json with ai4-template/2.1.3 --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index 4700421..1333e16 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -12,7 +12,7 @@ "__repo_name": "{{ ' '.join(cookiecutter.project_name.split()).lower().replace(' ', '-') }}", "__app_name": "{{ cookiecutter.__repo_name.replace('-','_') }}", - "__ai4_template": "ai4-template/2.1.2", + "__ai4_template": "ai4-template/2.1.3", "__prompts__": { "git_base_url": "git_base_url - Remote URL to host your new repositories (git), e.g.\n https://github.com/ai4os-hub (i.e. at github)",