We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d232780 commit 5be7d04Copy full SHA for 5be7d04
gists/__init__.py
@@ -7,4 +7,4 @@
7
__author__ = "Witherr"
8
__license__ = "GNU General Public License v3 (GPLv3)"
9
__copyright__ = "Copyright 2022-present Witherr"
10
-__version__ = "1.1.0"
+__version__ = "1.2.0"
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = gists.py
3
-version = 1.1.0
+version = 1.2.0
4
description = A simple asynchronous python wrapper for the GitHub Gists API
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments