Skip to content

Commit 10166c0

Browse files
publish 0.4.2
1 parent 15edeab commit 10166c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2019 gottadiveintopython
1+
Copyright 2019-2025 gottadiveintopython
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "asynctkinter"
3-
version = "0.4.2.dev0"
3+
version = "0.4.2"
44
description = "async library for tkinter"
55
authors = ["Nattōsai Mitō <[email protected]>"]
66
license = "MIT"
@@ -16,6 +16,7 @@ classifiers=[
1616
'Programming Language :: Python :: 3.10',
1717
'Programming Language :: Python :: 3.11',
1818
'Programming Language :: Python :: 3.12',
19+
'Programming Language :: Python :: 3.13',
1920
'Topic :: Software Development :: Libraries',
2021
'Operating System :: OS Independent',
2122
]

0 commit comments

Comments
 (0)