Skip to content

Commit

Permalink
Version to 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
psb1558 committed May 14, 2023
1 parent fed7c62 commit 42ceaf9
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.1"
version = "0.2.2"
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 @@ -59,7 +59,7 @@
# FileNameVar = TypeVar("FileNameVar", str, tuple[str, Any])
FileNameVar = Union[str, tuple[str, Any]]
# FileNameVar = Any
ygt_version = "0.2.1"
ygt_version = "0.2.2"


class ygPreviewFontMaker(QThread):
Expand Down

0 comments on commit 42ceaf9

Please sign in to comment.