From 6a75699aa4777b7765a1d3c81e972928693e18b5 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 9 Aug 2020 13:35:25 +0100 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f21f017..d8984c9a 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 = "5.1.0" +version = "5.1.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"