removed cosmetic replace

This commit is contained in:
Will McGugan 2020-07-13 16:25:36 +01:00
parent 7208714e2f
commit 4d6a6d8820
3 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](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.4.0] - Unreleased
## [3.3.1] - Unreleased
### Added

View file

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

File diff suppressed because one or more lines are too long