Skip to content

Commit babcbd1

Browse files
committed
version bump
1 parent 830f1f3 commit babcbd1

File tree

3 files changed

+288
-10
lines changed

3 files changed

+288
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"httpx>=0.27.2",
32-
"textual[syntax]>=0.86.1",
32+
"textual[syntax]>=1.0.0",
3333
]
3434

3535
[project.urls]

src/textual_demo/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2024-present Will McGugan <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.0.3"
4+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)