Version bump

This commit is contained in:
Will McGugan
2023-01-19 14:30:38 +00:00
parent 3669bae4e2
commit 56d8bbff4f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.10.0] - Unreleased
## [0.10.0] - 2023-01-19
### Added

View File

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