Skip to content

Commit ed4ed2d

Browse files
committed
bump version
1 parent b3e4308 commit ed4ed2d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[tool.poetry]
22
name = "textual-dev"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
homepage = "https://github.com/Textualize/textual-dev"
55
description = "Development tools for working with Textual"
6-
authors = ["Will McGugan <will@textualize.io>", "Dave Pearson <dave@textualize.io>"]
6+
authors = [
7+
"Will McGugan <will@textualize.io>",
8+
"Dave Pearson <dave@textualize.io>",
9+
]
710
license = "MIT"
811
readme = "README.md"
912
classifiers = [
@@ -21,10 +24,7 @@ classifiers = [
2124
"Programming Language :: Python :: 3.11",
2225
"Typing :: Typed",
2326
]
24-
include = [
25-
"src/textual_dev/py.typed",
26-
{ path = "tests", format = "sdist" },
27-
]
27+
include = ["src/textual_dev/py.typed", { path = "tests", format = "sdist" }]
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.8"

0 commit comments

Comments
 (0)