Skip to content

Commit

Permalink
Version to 0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed May 30, 2023
1 parent 859beb0 commit 3a334d4
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ygt"
version = "0.2.3"
version = "0.2.4"
authors = [
{ name="Peter S. Baker", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/ygt/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# FileNameVar = TypeVar("FileNameVar", str, tuple[str, Any])
FileNameVar = Union[str, tuple[str, Any]]
# FileNameVar = Any
ygt_version = "0.2.3"
ygt_version = "0.2.4"


class ygPreviewFontMaker(QThread):
Expand Down

0 comments on commit 3a334d4

Please sign in to comment.