From 5be7d04da74a80a974fafeeb8d3ab89bd0f21fbe Mon Sep 17 00:00:00 2001 From: WitherredAway Date: Sun, 17 Apr 2022 00:27:21 +0000 Subject: [PATCH] Bump version to 1.2.0 --- gists/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gists/__init__.py b/gists/__init__.py index 14537d0..84e90b4 100644 --- a/gists/__init__.py +++ b/gists/__init__.py @@ -7,4 +7,4 @@ __author__ = "Witherr" __license__ = "GNU General Public License v3 (GPLv3)" __copyright__ = "Copyright 2022-present Witherr" -__version__ = "1.1.0" +__version__ = "1.2.0" diff --git a/setup.cfg b/setup.cfg index a1c543e..b046575 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = gists.py -version = 1.1.0 +version = 1.2.0 description = A simple asynchronous python wrapper for the GitHub Gists API long_description = file: README.md long_description_content_type = text/markdown