diff --git a/Helpo/__init__.py b/Helpo/__init__.py index a760bf3..abd61e5 100644 --- a/Helpo/__init__.py +++ b/Helpo/__init__.py @@ -3,4 +3,4 @@ __all__ = ["Helpo"] -__version__ = "4.1.3" +__version__ = "4.1.5" diff --git a/requirements.txt b/requirements.txt index 2d75398..8a50cc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # made by @Beingcat -pyrogram>=2.0.0 +kurigram TgCrypto>=1.2.0 diff --git a/setup.py b/setup.py index 499be4b..8c3d604 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="pyrohelpo", - version="4.1.4", + version="4.1.5", author="Vishal-1756", author_email="vishalborse199@gmail.com", description="A powerful pagination library for Pyrogram bots", @@ -27,7 +27,7 @@ ], python_requires=">=3.7", install_requires=[ - "pyrogram", + "kurigram", "tgcrypto", ], keywords=["pyrogram", "telegram", "bot", "pagination", "help-menu"],