Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored Jun 8, 2024
1 parent cfc03ca commit d512911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tictactoe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import List, Tuple, Iterable, Optional, Union

__author__ = "Ioannis Pantidis"
__copyright__ = "2022-2023, " + __author__
__copyright__ = "2022-2024, " + __author__
__version__ = "0.0.7"


Expand Down

0 comments on commit d512911

Please sign in to comment.