Add files via upload

This commit is contained in:
PyMaster 2020-09-06 21:04:39 +03:00 committed by GitHub
parent 3c74499565
commit 225bae8248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
__title__ = 'pykeyboard'
__version__ = '0.1.0'
__version__ = '0.1.1'
__author__ = 'PyMaster'
__license__ = 'MIT License'
__copyright__ = 'Copyright 2020 PyMaster'

View File

@ -1,4 +1,4 @@
from pyrogram import InlineKeyboardMarkup
from pyrogram.types import InlineKeyboardMarkup
class InlineKeyboard(InlineKeyboardMarkup):

View File

@ -1,4 +1,4 @@
from pyrogram import InlineKeyboardMarkup, InlineKeyboardButton
from pyrogram.types import InlineKeyboardMarkup, InlineKeyboardButton
class InlinePaginationKeyboard(InlineKeyboardMarkup):

View File

@ -1,4 +1,4 @@
from pyrogram import ReplyKeyboardMarkup
from pyrogram.types import ReplyKeyboardMarkup
class ReplyKeyboard(ReplyKeyboardMarkup):

View File

@ -1,2 +1,2 @@
pyrogram
tgcrypto
Pyrogram==1.0.7
TgCrypto==1.2.1

View File

@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
setup(
name='pykeyboard',
version='0.1.0',
version='0.1.1',
author='PyMaster',
author_email='',
description='Best Keyboard and Pagination for the Pyrogram Library.',