Skip to content

Commit 2184ad6

Browse files
author
Tage Johansson
committed
Bump version to 0.3.2.
1 parent 1342dec commit 2184ad6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

chess_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "chess-cli"
33
requires-python = ">=3.12, <3.13"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
license = "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]
1212
name = "chess-cli"
13-
version = "0.3.1"
13+
version = "0.3.2"
1414
description = "A repl to edit and analyse chess games."
1515
authors = ["Tage Johansson <tajo9185@student.uu.se>"]
1616
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)