Skip to content

Commit 04ca2f9

Browse files
committed
v1.0.40
1 parent 480cbb6 commit 04ca2f9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

TkEasyGUI/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=line-too-long
22
"""
3-
# TkEasyGUI version 1.0.39
3+
# TkEasyGUI version 1.0.40
44
55
audo generated from [pyproject.toml](https://github.com/kujirahand/tkeasygui-python/blob/main/pyproject.toml) by update_version.py
66
"""
7-
__version__ = "1.0.39"
7+
__version__ = "1.0.40"

docs/TkEasyGUI/version-py.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Module TkEasyGUI.version
22

3-
# TkEasyGUI version 1.0.39
3+
# TkEasyGUI version 1.0.40
44

55
audo generated from [pyproject.toml](https://github.com/kujirahand/tkeasygui-python/blob/main/pyproject.toml) by update_version.py
66

pyproject.toml

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

55
[project]
66
name = "TkEasyGUI"
7-
version = "1.0.39"
7+
version = "1.0.40"
88
dependencies = [
99
"Pillow>=11.3.0",
1010
"pyperclip>=1.11.0",

0 commit comments

Comments
 (0)