From f5079f8607b5a2a648f70a56ef2da7e9581aafc1 Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 31 Jul 2024 14:26:22 +0200 Subject: [PATCH] feat: add dataset_url by default --- VERSION | 2 +- {{ cookiecutter.__repo_name }}/metadata.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 8f9174b..abae0d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.2 \ No newline at end of file +2.1.3 \ No newline at end of file diff --git a/{{ cookiecutter.__repo_name }}/metadata.json b/{{ cookiecutter.__repo_name }}/metadata.json index 619de83..ecad027 100644 --- a/{{ cookiecutter.__repo_name }}/metadata.json +++ b/{{ cookiecutter.__repo_name }}/metadata.json @@ -11,6 +11,7 @@ ], "license": "{{ cookiecutter.open_source_license }}", "date_creation": "{% now 'utc', '%Y-%m-%d' %}", + "dataset_url": "https://zenodo.org/", "sources": { "dockerfile_repo": "{{ cookiecutter.git_base_url }}/{{ cookiecutter.__repo_name }}", "docker_registry_repo": "ai4oshub/{{ cookiecutter.__repo_name }}",