Skip to content

Commit 8648af6

Browse files
committed
chore: update copyright year
1 parent e2e09a3 commit 8648af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version-query
2-
Copyright (c) 2017-2024 Mateusz Bysiek https://mbdevpl.github.io/
2+
Copyright (c) 2017-2025 Mateusz Bysiek https://mbdevpl.github.io/
33
Copyright (c) 2020 John Vandenberg https://github.com/jayvdb
44

55
Licensed under the Apache License, Version 2.0 (the "License");

version_query/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main(args=None, namespace=None) -> None:
2020
description='''Tool for querying current versions of Python packages. Use LOGGING_LEVEL
2121
environment variable to adjust logging level.''',
2222
epilog=make_copyright_notice(
23-
2017, 2024, author='the contributors', url='https://github.com/mbdevpl/version-query'),
23+
2017, 2025, author='the contributors', url='https://github.com/mbdevpl/version-query'),
2424
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
2525
add_version_option(parser, VERSION)
2626

0 commit comments

Comments
 (0)