Skip to content

Commit c7060e7

Browse files
authored
Merge pull request #12 from unlibra/chore/bump-version-2.0.1
Bump version to 2.0.1
2 parents 70ce053 + 552c93b commit c7060e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

meta/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
1515

1616
[project]
1717
name = "hdpitkinter"
18-
version = "2.0.0"
18+
version = "2.0.1"
1919
description = "Meta-package: hdpitkinter has been renamed to tkinter-unblur"
2020
readme = "README.md"
2121
requires-python = ">=3.9"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
# ==============================================================================
88
[project]
99
name = "tkinter-unblur"
10-
version = "2.0.0"
10+
version = "2.0.1"
1111
description = "Fix blurry Tkinter applications on Windows 10/11 high-DPI displays"
1212
readme = "README.md"
1313
requires-python = ">=3.9"

src/tkinter_unblur/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
UnsupportedPlatformError,
2929
)
3030

31-
__version__ = "1.0.0"
31+
__version__ = "2.0.1"
3232
__all__ = [
3333
"DPIDetectionError",
3434
"HdpiTk",

0 commit comments

Comments
 (0)