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'