Skip to content

Commit 5be7d04

Browse files
committed
Bump version to 1.2.0
1 parent d232780 commit 5be7d04

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
@@ -7,4 +7,4 @@
77
__author__ = "Witherr"
88
__license__ = "GNU General Public License v3 (GPLv3)"
99
__copyright__ = "Copyright 2022-present Witherr"
10-
__version__ = "1.1.0"
10+
__version__ = "1.2.0"

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.1.0
3+
version = 1.2.0
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)