From e7760139cb211058fcf2b561924943cf71dc4a2e Mon Sep 17 00:00:00 2001 From: WitherredAway Date: Sun, 15 May 2022 20:54:06 +0000 Subject: [PATCH] Bump version to 1.2.2 --- 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 ef1fcaf..9d1aa6c 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.1" +__version__ = "1.2.2" diff --git a/setup.cfg b/setup.cfg index 09e87ff..8b636be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = gists.py -version = 1.2.1 +version = 1.2.2 description = A simple asynchronous python wrapper for the GitHub Gists API long_description = file: README.md long_description_content_type = text/markdown