version bump

This commit is contained in:
Will McGugan 2021-03-30 18:05:25 +01:00
parent 23497ed230
commit bcb2923bf5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed race condition that duplicated lines in progress
- Fixed race condition that duplicated lines in progress https://github.com/willmcgugan/rich/issues/1144
## [10.0.0] - 2021-03-27

View File

@ -2,7 +2,7 @@
name = "rich"
homepage = "https://github.com/willmcgugan/rich"
documentation = "https://rich.readthedocs.io/en/latest/"
version = "10.0.0"
version = "10.0.1"
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
authors = ["Will McGugan <willmcgugan@gmail.com>"]
license = "MIT"