version bump

This commit is contained in:
Will McGugan
2023-01-20 08:59:37 +00:00
parent 82372d36a6
commit 35f866c0cb
2 changed files with 3 additions and 3 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/).
## Unreleased
## [0.10.1] - 2023-01-20
### Added
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Fixed `textual diagnose` crash on older supported Python versions.
- Fixed `textual diagnose` crash on older supported Python versions. https://github.com/Textualize/textual/issues/1622
### Changed

View File

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