From f03fe71fd6a47f47f6238ddc50f8800058808781 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Tue, 21 Jun 2022 19:02:04 +0300 Subject: [PATCH] Fix copyright year and format --- github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/__init__.py b/github/__init__.py index cc62ecd..b8a0c61 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -4,7 +4,7 @@ __title__ = 'Github-Api-Wrapper' __authors__ = 'VarMonke', 'sudosnok' __version__ = '1.2.1' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok' +__copyright__ = 'Copyright (c) 2022-present VarMonke & sudosnok' from .client import * from .objects import *