diff --git a/CHANGELOG.md b/CHANGELOG.md index c64dc83..5cd2b16 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.0.pre] - 2021-01-22 +## [1.0.1.pre] - 2021-01-22 ### Added diff --git a/setup.py b/setup.py index 8d8874f..cff5def 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "patch-api" -VERSION = "1.0.0" +VERSION = "1.0.1" # To install the library, run the following # # python setup.py install @@ -37,4 +37,5 @@ long_description="""\ The core API used to integrate with Patch's service. """, + long_description_content_type="text/x-rst", )