From d0c73b79a481dd2137185289131a4e1ae1b157a0 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Sat, 30 Apr 2022 20:11:21 +0530 Subject: [PATCH] push version --- Github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github/__init__.py b/Github/__init__.py index 7a8a74e..a49201a 100644 --- a/Github/__init__.py +++ b/Github/__init__.py @@ -2,7 +2,7 @@ __title__ = 'Github-Api-Wrapper' __authors__ = 'VarMonke', 'sudosnok' -__version__ = '1.0.1' +__version__ = '1.1.1' __license__ = 'MIT' __copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok'