diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd2b16..7b5662c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -## [1.0.1.pre] - 2021-01-22 +## [1.0.1] - 2021-01-22 ### Added diff --git a/README.md b/README.md index 37ce1d5..bdee7fc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ For a complete API reference, check out [Patch's API Reference.](https://docs.us Add the library to your `requirements.txt` file: ```txt -patch_api >= 1.0.0 +patch_api >= 1.0.1 ``` Then run: