1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-24 23:17:43 +00:00
This commit is contained in:
VarMonke 2022-04-30 00:06:42 +05:30
commit babfb7bdcd
2 changed files with 3 additions and 4 deletions

View file

@ -8,4 +8,4 @@ from .exceptions import *
__title__ = 'Github-Api-Wrapper'
__authors__ = 'VarMonke', 'sudosnok'
__version__ = '1.0.0'
__version__ = '1.0.1'

View file

@ -17,8 +17,7 @@ from .exceptions import *
from .exceptions import GistNotFound, RepositoryAlreadyExists, MissingPermissions
from .objects import APIObject, User, Gist, Repository, Organization, File
from .urls import *
__version__ = '0.0.1'
from . import __version__
__all__ = (
'Paginator',
@ -287,4 +286,4 @@ class http:
return await result.json()
if result.status == 401:
raise NoAuthProvided
raise RepositoryAlreadyExists
raise RepositoryAlreadyExists