From fc2e910109ad3988c1c835d1bb3c3dc62afdecc6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 22 Dec 2022 11:57:41 +0000 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0407e0c74..96d7c5337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.8.0] - Unreleased +## [0.8.0] - 2022-12-22 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 91404e3b4..e53ef4843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual" -version = "0.7.0" +version = "0.8.0" homepage = "https://github.com/Textualize/textual" description = "Modern Text User Interface framework" authors = ["Will McGugan "]