diff --git a/CHANGELOG.md b/CHANGELOG.md index dfac8efb..5c81dcb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 69628890..2eea0864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"