File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 1.0.0 .pre] - 2021-01-22
8
+ ## [ 1.0.1 .pre] - 2021-01-22
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change 12
12
from setuptools import setup , find_packages # noqa: H301
13
13
14
14
NAME = "patch-api"
15
- VERSION = "1.0.0 "
15
+ VERSION = "1.0.1 "
16
16
# To install the library, run the following
17
17
#
18
18
# python setup.py install
37
37
long_description = """\
38
38
The core API used to integrate with Patch's service.
39
39
""" ,
40
+ long_description_content_type = "text/x-rst" ,
40
41
)
You can’t perform that action at this time.
0 commit comments