From 001eab357fed4469075ef09363bfb2717afe0901 Mon Sep 17 00:00:00 2001 From: WitherredAway Date: Sun, 17 Apr 2022 01:27:23 +0000 Subject: [PATCH] Bump version to 1.2.1 --- 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 84e90b4..ef1fcaf 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.2.0" +__version__ = "1.2.1" diff --git a/setup.cfg b/setup.cfg index b046575..09e87ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = gists.py -version = 1.2.0 +version = 1.2.1 description = A simple asynchronous python wrapper for the GitHub Gists API long_description = file: README.md long_description_content_type = text/markdown