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