Skip to content

Commit d512911

Browse files
Update copyright year
1 parent cfc03ca commit d512911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tictactoe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import List, Tuple, Iterable, Optional, Union
66

77
__author__ = "Ioannis Pantidis"
8-
__copyright__ = "2022-2023, " + __author__
8+
__copyright__ = "2022-2024, " + __author__
99
__version__ = "0.0.7"
1010

1111

0 commit comments

Comments
 (0)