Skip to content

Commit f7f0c7f

Browse files
committed
chore: update version to 0.2.0
1 parent 330d276 commit f7f0c7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tkface"
3-
version = "0.1.4"
3+
version = "0.2.0"
44
description = "A comprehensive multilingual GUI extension library for Tkinter with enhanced message boxes, calendar widgets, theme system, and Windows-specific features"
55
authors = [
66
{ name = "mashu3" }

tkface/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Export DPI functions for easy access
1616
from .win.dpi import enable_dpi_geometry as dpi
1717

18-
__version__ = "0.1.4"
18+
__version__ = "0.2.0"
1919
__all__ = [
2020
"lang",
2121
"win",

0 commit comments

Comments
 (0)