From db9f3858010d0efa298e4edc19a79a2c81b98f50 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Wed, 11 May 2022 11:46:24 +0530 Subject: [PATCH] forgot version change --- github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/__init__.py b/github/__init__.py index a68ef10..cc62ecd 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -2,7 +2,7 @@ __title__ = 'Github-Api-Wrapper' __authors__ = 'VarMonke', 'sudosnok' -__version__ = '1.1.1' +__version__ = '1.2.1' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok'