diff --git a/CHANGELOG.md b/CHANGELOG.md index fdaecc57..71d8169c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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). -## [0.4.0] - Unreleased +## [0.4.1] - 2020-02-22 + +### Fixed + +- Readme links in Pypi + +## [0.4.0] - 2020-02-22 ### Added diff --git a/pyproject.toml b/pyproject.toml index 0c23b688..af6d111e 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 = "0.4.0" +version = "0.4.1" description = "Render rich text, tables, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"