From 6d3ec3d44b77898d83700d63edac76ce7e95cc6e Mon Sep 17 00:00:00 2001 From: ppinchuk Date: Mon, 2 Oct 2023 19:36:56 -0600 Subject: [PATCH] Add link to example in docs --- gaps/cli/documentation.py | 5 +++++ gaps/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gaps/cli/documentation.py b/gaps/cli/documentation.py index 54d02968..0d9a2e89 100644 --- a/gaps/cli/documentation.py +++ b/gaps/cli/documentation.py @@ -98,6 +98,11 @@ $ {name} batch -c config_batch.json + +For more information on getting started, see the +`How to Run a Model Powered by GAPs +`_ guide. + The general structure of the {name} CLI is given below. """ diff --git a/gaps/version.py b/gaps/version.py index ee08b6e0..b36f437d 100644 --- a/gaps/version.py +++ b/gaps/version.py @@ -1,3 +1,3 @@ """GAPs Version Number. """ -__version__ = "0.6.0" +__version__ = "0.6.1"