Skip to content

Commit b75eb24

Browse files
committed
Change version to 0.1.0, update development status to 4 - Beta
1 parent 31974e1 commit b75eb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "async-tkinter-loop"
3-
version = "0.0.1-RC4"
3+
version = "0.1.0"
44
description = "Asynchronous mainloop implementation for tkinter"
55
authors = ["insolor <[email protected]>"]
66
license = "MIT"
@@ -9,7 +9,7 @@ homepage = "https://github.com/insolor/async-tkinter-loop"
99
repository = "https://github.com/insolor/async-tkinter-loop"
1010
keywords = ["tkinter", "async", "async-await", "asyncio", "aiohttp"]
1111
classifiers = [
12-
"Development Status :: 3 - Alpha",
12+
"Development Status :: 4 - Beta",
1313
"Operating System :: OS Independent",
1414
"License :: OSI Approved :: MIT License",
1515
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)