Update Hikka-TL version

pull/1/head
hikariatama 2023-03-09 13:11:41 +00:00
parent 07f0c3b6c8
commit 94946a3152
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ else:
try:
import hikkatl # noqa: F811
if tuple(map(int, hikkatl.__version__.split("."))) < (2, 0, 0):
if tuple(map(int, hikkatl.__version__.split("."))) < (2, 0, 1):
raise ImportError
except ImportError:
print("🔄 Installing Hikka-TL...")

View File

@ -1,4 +1,4 @@
hikka-tl-new==2.0.0
hikka-tl-new==2.0.1
hikka-pyro-new==2.0.100
aiofile==3.8.1
gitpython==3.1.27