diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-06-21 23:05:16 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-06-21 23:05:16 +0100 |
commit | ba31675e95481132cb6abbbaec544c138ef4f0f4 (patch) | |
tree | 187b05644337c3235ecb232a5420d90455b3c2ff /datamaps/main.py | |
parent | b619d5be7de5e0c5a5e250fc8b7db6e7e4ccf05d (diff) |
version bump
Diffstat (limited to '')
-rw-r--r-- | datamaps/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datamaps/main.py b/datamaps/main.py index 36e868a..cef95fe 100644 --- a/datamaps/main.py +++ b/datamaps/main.py @@ -81,7 +81,7 @@ def cli(config, verbose): etc... """ click.secho( - f"Welcome to datamaps {__version__} © 2021 Twenty Four Software", fg="yellow" + f"Welcome to datamaps {__version__} © 2022 Twenty Four Software", fg="yellow" ) config.verbose = verbose engine_config.initialise() |