File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
1515
1616[project ]
1717name = " hdpitkinter"
18- version = " 2.0.0 "
18+ version = " 2.0.1 "
1919description = " Meta-package: hdpitkinter has been renamed to tkinter-unblur"
2020readme = " README.md"
2121requires-python = " >=3.9"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77# ==============================================================================
88[project ]
99name = " tkinter-unblur"
10- version = " 2.0.0 "
10+ version = " 2.0.1 "
1111description = " Fix blurry Tkinter applications on Windows 10/11 high-DPI displays"
1212readme = " README.md"
1313requires-python = " >=3.9"
Original file line number Diff line number Diff line change 2828 UnsupportedPlatformError ,
2929)
3030
31- __version__ = "1 .0.0 "
31+ __version__ = "2 .0.1 "
3232__all__ = [
3333 "DPIDetectionError" ,
3434 "HdpiTk" ,
You can’t perform that action at this time.
0 commit comments