Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
杂项:提升版本号 v0.2.1 ==> v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: 是蓝兔哟~ <[email protected]>
  • Loading branch information
Dragon1573 committed Apr 18, 2024
1 parent 325d6d8 commit 4117709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tk-nonogram"
version = "0.2.1"
version = "0.3.0"
description = "Default template for PDM package"
authors = [
{ name = "是蓝兔哟~", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/tk_nonogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .entities import Nonogram # type: ignore[import-untyped]
from .utils import Puzzle, generate_clues # type: ignore[import-untyped]

__version__ = "0.2.1"
__version__ = "0.3.0"
__all__ = ["main"]


Expand Down

0 comments on commit 4117709

Please sign in to comment.