Skip to content

Commit 9de3c82

Browse files
committed
Correct version & description in pyproject.toml
1 parent d21d574 commit 9de3c82

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,7 +1,7 @@
11
[tool.poetry]
22
name = "python-apps"
3-
version = "2.0.0"
4-
description = "This app lets you run various Python programs with a simple console menu"
3+
version = "0.1.0"
4+
description = "Extensible console application for running categorized applications from a menu that is easy to customize and share"
55
authors = ["JakubKorytko <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"

0 commit comments

Comments
 (0)