Skip to content

Commit 91320ba

Browse files
committed
Update packages' versions
1 parent 32d4e10 commit 91320ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hikka/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
try:
4343
import hikkatl # noqa: F811
4444

45-
if tuple(map(int, hikkatl.__version__.split("."))) < (2, 0, 1):
45+
if tuple(map(int, hikkatl.__version__.split("."))) < (2, 0, 2):
4646
raise ImportError
4747
except ImportError:
4848
print("🔄 Installing Hikka-TL...")
@@ -67,7 +67,7 @@
6767
try:
6868
import hikkapyro
6969

70-
if tuple(map(int, hikkapyro.__version__.split("."))) < (2, 0, 100):
70+
if tuple(map(int, hikkapyro.__version__.split("."))) < (2, 0, 102):
7171
raise ImportError
7272
except ImportError:
7373
print("🔄 Installing Hikka-Pyro...")

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
hikka-tl-new==2.0.1
2-
hikka-pyro-new==2.0.100
1+
hikka-tl-new==2.0.2
2+
hikka-pyro-new==2.0.102
33
aiofile==3.8.1
44
gitpython==3.1.27
55
meval==2.5

0 commit comments

Comments
 (0)