version bump

This commit is contained in:
Will McGugan
2022-12-22 11:57:41 +00:00
parent 93742d9d69
commit fc2e910109
2 changed files with 2 additions and 2 deletions

View File

@@ -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/). and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.8.0] - Unreleased ## [0.8.0] - 2022-12-22
### Fixed ### Fixed

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "textual" name = "textual"
version = "0.7.0" version = "0.8.0"
homepage = "https://github.com/Textualize/textual" homepage = "https://github.com/Textualize/textual"
description = "Modern Text User Interface framework" description = "Modern Text User Interface framework"
authors = ["Will McGugan <will@textualize.io>"] authors = ["Will McGugan <will@textualize.io>"]