From 5f2511fcad563a2bfd626266d016eb190f1f34d8 Mon Sep 17 00:00:00 2001 From: Daniel Westwood <114070222+dwest77a@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:30:48 +0000 Subject: [PATCH] Edit version indicator in Getting Started --- docs/source/start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/start.rst b/docs/source/start.rst index 1c1d5b1..dfd110c 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -7,10 +7,10 @@ Getting Started Step 0: Git clone the repository -------------------------------- -The Kerchunk builder will soon be updated to version 1.0.1, which you can clone using: +The Kerchunk builder has now been updated to version 1.0.2, which you can clone using: :: - git clone git@github.com:cedadev/kerchunk-builder.git --branch v1.0.1 + git clone git@github.com:cedadev/kerchunk-builder.git --branch v1.0.2 Step 1: Set up Virtual Environment ----------------------------------