From a39638904870084ef46a02d69b0dd932ca0cb413 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 18 Mar 2024 15:36:25 +0000 Subject: [PATCH] bump --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b7798331..cba1e8fd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- Fixed issue with data binding +- Fixed issue with data binding https://github.com/Textualize/textual/pull/4308 ## [0.53.0] - 2023-03-18 diff --git a/pyproject.toml b/pyproject.toml index 08ad973dc4..5d8ebf16de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.53.0" +version = "0.53.1" homepage = "https://github.com/Textualize/textual" repository = "https://github.com/Textualize/textual" documentation = "https://textual.textualize.io/"