File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# __metadata__ = importlib.metadata.metadata("chess-cli")
77# __version__ = __metadata__["version"]
88# __author__ = __metadata__["author"]
9- __version__ = "0.3.1 "
9+ __version__ = "0.3.2 "
1010__author__ = "Tage Johansson"
1111__package__ = "chess_cli"
1212
Original file line number Diff line number Diff line change 11[project ]
22name = " chess-cli"
33requires-python = " >=3.12, <3.13"
4- version = " 0.3.1 "
4+ version = " 0.3.2 "
55license = " GPL-3.0-or-later"
66
77[project .urls ]
@@ -10,7 +10,7 @@ documentation = "https://github.com/tage64/chess-cli/blob/main/doc/manual.md"
1010
1111[tool .poetry ]
1212name = " chess-cli"
13- version = " 0.3.1 "
13+ version = " 0.3.2 "
1414description = " A repl to edit and analyse chess games."
1515authors = [" Tage Johansson <tajo9185@student.uu.se>" ]
1616license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments