Merge pull request #1624 from Textualize/0.10.1

version bump
This commit is contained in:
Will McGugan
2023-01-20 01:07:27 -08:00
committed by GitHub
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>"]