From bdd52f4f398fa9db190d166d22a722768eb810f1 Mon Sep 17 00:00:00 2001 From: "Tom C (DLS)" <101418278+coretl@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:54:08 +0100 Subject: [PATCH] Dummy commit so we can test releasing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37495ac..3a6ffb8 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ from python_copier_template_example import __version__ print(f"Hello python_copier_template_example {__version__}") ``` + Or if it is a commandline tool then you might put some example commands here: ```