Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbayless committed May 27, 2024
1 parent 1d597b7 commit c2492d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli_chess/__metadata__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2021-2023 Trevor Bayless <[email protected]>
# Copyright (C) 2021-2024 Trevor Bayless <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__name__ = "cli-chess"
__version__ = "1.1.1"
__version__ = "1.2.0"
__description__ = "A highly customizable way to play chess in your terminal"
__url__ = "https://github.com/trevorbayless/cli-chess"
__author__ = "Trevor Bayless"
Expand Down

0 comments on commit c2492d8

Please sign in to comment.