From 6df2106f132d39b86136797654823a079b7abc05 Mon Sep 17 00:00:00 2001 From: Lovisa Svallingson Date: Wed, 3 Feb 2021 11:39:07 -0700 Subject: [PATCH] Update version to 1.0.1 --- CHANGELOG.md | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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", )