Skip to content

Commit 3b5a23b

Browse files
committed
updated pyproject.toml
1 parent a271fce commit 3b5a23b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[tool.poetry]
22
name = "textual-pandas"
3-
version = "0.1.0"
4-
description = ""
5-
authors = ["Danny Wade <[email protected]>"]
3+
homepage = "https://github.com/dannywade/textual-pandas"
4+
version = "0.2.0"
5+
description = "A module to build Textual widgets that represent data from the Pandas library"
6+
authors = ["Dan Wade <[email protected]>"]
67
license = "MIT"
78
readme = "README.md"
89
packages = [{include = "textual_pandas"}]

0 commit comments

Comments
 (0)