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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 1.0.0 .pre] - 2021-01-22
8+ ## [ 1.0.1 .pre] - 2021-01-22
99
1010### Added
1111
Original file line number Diff line number Diff line change 1212from setuptools import setup , find_packages # noqa: H301
1313
1414NAME = "patch-api"
15- VERSION = "1.0.0 "
15+ VERSION = "1.0.1 "
1616# To install the library, run the following
1717#
1818# python setup.py install
3737 long_description = """\
3838 The core API used to integrate with Patch's service.
3939 """ ,
40+ long_description_content_type = "text/x-rst" ,
4041)
You can’t perform that action at this time.
0 commit comments