From 65dab1079f6eb3fdb7ebad29980ce7a973c56a21 Mon Sep 17 00:00:00 2001 From: Dan Wolfson Date: Thu, 19 Dec 2024 11:49:43 -0600 Subject: [PATCH] Minor updates to doc Signed-off-by: Dan Wolfson --- pyegeria/commands/doc/README.md | 2 +- .../{hey_egeria: overview.md => README.md} | 0 pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/{hey_egeria: overview.md => README.md} (100%) diff --git a/pyegeria/commands/doc/README.md b/pyegeria/commands/doc/README.md index f068434..779f4aa 100644 --- a/pyegeria/commands/doc/README.md +++ b/pyegeria/commands/doc/README.md @@ -139,7 +139,7 @@ Each command has a number of optional, and often some mandatory parameters. Ther # Visual Command Reference -A visual command reference of all the `hey_egeria` **show** commands can be found in +A visual command reference of all the `hey_egeria` **show** commands can be found [Visual Command Reference](https://github.com/odpi/egeria-python/tree/main/pyegeria/commands/doc/Visual%20Command%20Reference) ---- License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), Copyright Contributors to the Egeria project. \ No newline at end of file diff --git a/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/hey_egeria: overview.md b/pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md similarity index 100% rename from pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/hey_egeria: overview.md rename to pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/README.md diff --git a/pyproject.toml b/pyproject.toml index 341b26d..a35def3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyegeria" -version = "5.2.0.42" +version = "5.2.0.42.1" license = 'Apache 2.0' authors = ["Dan Wolfson "] readme = "README.md"