Skip to content

Commit 406f871

Browse files
committed
Update copyright year
1 parent d6e62b3 commit 406f871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
__author__ = (
3131
"Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al."
3232
)
33-
__copyright__ = f"(C) 2008-2020 {__author__}"
33+
__copyright__ = f"(C) 2008-2023 {__author__}"
3434
__license__ = "MIT"
3535
__version__ = version
3636
package_dir = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)