From 65aa6c1a9a8ba915e7e852873fcc85bb1eaad21d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 2 Apr 2025 12:06:59 -0700 Subject: [PATCH] update copyright date --- jc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index 72ef7997..855aaa78 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -52,7 +52,7 @@ class info(): author: str = 'Kelly Brazil' author_email: str = 'kellyjonbrazil@gmail.com' website: str = 'https://github.com/kellyjonbrazil/jc' - copyright: str = '© 2019-2024 Kelly Brazil' + copyright: str = '© 2019-2025 Kelly Brazil' license: str = 'MIT License'