Skip to content

Commit b631837

Browse files
committed
Update copyright year
1 parent ce710bb commit b631837

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
@@ -31,7 +31,7 @@
3131
__author__ = (
3232
"Bob Farrell, Andreas Stuehrk, Sebastian Ramacher, Thomas Ballinger, et al."
3333
)
34-
__copyright__ = f"(C) 2008-2023 {__author__}"
34+
__copyright__ = f"(C) 2008-2024 {__author__}"
3535
__license__ = "MIT"
3636
__version__ = version
3737
package_dir = os.path.abspath(os.path.dirname(__file__))

0 commit comments

Comments
 (0)