From 4d687e8cdd3017f5b017a85fd302a22918bd790c Mon Sep 17 00:00:00 2001 From: Pakorn Vongseela <18078609+PakornVl@users.noreply.github.com> Date: Fri, 8 Mar 2019 04:20:01 +0700 Subject: [PATCH] Add DVC (Data Version Control) vesion 0.29.0 (#3145) --- dvc.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dvc.json diff --git a/dvc.json b/dvc.json new file mode 100644 index 0000000000..c0d866b3de --- /dev/null +++ b/dvc.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://dvc.org/", + "description": "Data & models versioning for ML projects, make them shareable and reproducible", + "license": "Apache-2.0", + "version": "0.29.0", + "url": "https://github.com/iterative/dvc/releases/download/0.29.0/dvc-0.29.0.exe", + "hash": "c90adeab4f1265976cfaec135baa249ed4e44244d1a012aa359c8d53fce5adf4", + "innosetup": true, + "bin": "dvc.exe", + "checkver": { + "github": "https://github.com/iterative/dvc" + }, + "autoupdate": { + "url": "https://github.com/iterative/dvc/releases/download/$version/dvc-$version.exe" + } +}