Skip to content

Commit 24713f2

Browse files
authored
Update pyproject.toml
Update version
1 parent 50232fe commit 24713f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "todo-app"
7-
version = "0.1.0"
8-
description = "A minimalistic to-do app"
7+
version = "0.2.0"
8+
description = "Simple todo app with python tkinter GUI"
99
readme = "README.md"
1010
license = { text = "GPL" }
1111
authors = [
1212
{ name = "Jens Lettkemann", email = "jltk@pm.me" }
1313
]
1414
dependencies = [
15-
"tkinter", # If required explicitly
15+
"tkinter"
1616
]

0 commit comments

Comments
 (0)