Skip to content

Commit 1e6c033

Browse files
committed
Bump version to 1.0.3
1 parent eb5bf14 commit 1e6c033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gists/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
__author__ = "Witherr"
77
__license__ = "GNU General Public License v3 (GPLv3)"
88
__copyright__ = "Copyright 2022-present Witherr"
9-
__version__ = "1.0.2"
9+
__version__ = "1.0.3"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = gists.py
3-
version = 1.0.2
3+
version = 1.0.3
44
description = A simple asynchronous python wrapper for the GitHub Gists API
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)