Skip to content

Commit 8ae851c

Browse files
authored
Update version to 1.0.1 (#9)
1 parent 47fd967 commit 8ae851c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from setuptools import setup, find_packages # noqa: H301
1313

1414
NAME = "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
@@ -37,4 +37,5 @@
3737
long_description="""\
3838
The core API used to integrate with Patch's service.
3939
""",
40+
long_description_content_type="text/x-rst",
4041
)

0 commit comments

Comments
 (0)