We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fd967 commit 8ae851cCopy full SHA for 8ae851c
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [1.0.0.pre] - 2021-01-22
+## [1.0.1.pre] - 2021-01-22
9
10
### Added
11
setup.py
@@ -12,7 +12,7 @@
12
from setuptools import setup, find_packages # noqa: H301
13
14
NAME = "patch-api"
15
-VERSION = "1.0.0"
+VERSION = "1.0.1"
16
# To install the library, run the following
17
#
18
# python setup.py install
@@ -37,4 +37,5 @@
37
long_description="""\
38
The core API used to integrate with Patch's service.
39
""",
40
+ long_description_content_type="text/x-rst",
41
)
0 commit comments