From 911d305fe718d989a5d3606c8e0cdf5db97bf8fe Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 14 Jun 2020 14:51:52 +0100 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57488dd1f..0c5e3436d 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 = "2.2.0" +version = "2.2.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"