Skip to content

Commit 20fe5e8

Browse files
committed
chore: update copyright year
1 parent 5e867ab commit 20fe5e8

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-2020 Mateusz Bysiek https://mbdevpl.github.io/
2+
Copyright (c) 2017-2022 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
@@ -24,7 +24,7 @@ def main(args=None, namespace=None) -> None:
2424
prog='version_query',
2525
description='''Tool for querying current versions of Python packages. Use LOGGING_LEVEL
2626
environment variable to adjust logging level.''',
27-
epilog='''Copyright 2017-2020 by the contributors, Apache License 2.0,
27+
epilog='''Copyright 2017-2022 by the contributors, Apache License 2.0,
2828
https://github.com/mbdevpl/version-query''',
2929
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
3030
parser.add_argument('-i', '--increment', action='store_true', help='''output version string for

0 commit comments

Comments
 (0)