Skip to content

Commit a3510c7

Browse files
committed
chore: bump version to 0.1.2
1 parent 379ef53 commit a3510c7

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.1"
3+
version = "0.1.2"
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.1"
18+
__version__ = "0.1.2"
1919
__all__ = [
2020
"lang",
2121
"win",

0 commit comments

Comments
 (0)