From 8cfa38ed83684f1f3ce5a26c8c74aae022c78e8b Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Fri, 29 Apr 2022 21:26:04 +0530 Subject: [PATCH] Update version --- Github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Github/__init__.py b/Github/__init__.py index 7a6a611..39b9dec 100644 --- a/Github/__init__.py +++ b/Github/__init__.py @@ -8,4 +8,4 @@ from .exceptions import * __title__ = 'Github-Api-Wrapper' __authors__ = 'VarMonke', 'sudosnok' -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.0.1'