Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 377fbb8

Browse files
pyproject err
1 parent d2de225 commit 377fbb8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

MeowerBot/Bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import threading
22
import shlex
33

4-
from .Cloudlink import CloudLink
4+
from .cloudlink import CloudLink
55
import sys
66

77
import json

MeowerBot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
"""
77

8-
__version__ = "2.5.2"
8+
__version__ = "2.5.7"
99

1010

1111
# Public library imports

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "MeowerBot"
3-
version = "2.5.5"
3+
version = "2.5.7"
44
description = "A meower bot lib for py"
55
authors = ["showierdata9978 <[email protected]>"]
66
license = "MIT"
@@ -15,10 +15,10 @@ repository = "https://github.com/MeowerBots/MeowerBot.py"
1515
python = "^3.8"
1616
requests = "^2.28.0"
1717
websocket-client = "*"
18-
18+
backports-strenum = { version = "^1.2.4", python = "<3.11" }
1919

2020
[tool.poetry.group.extras.dependencies]
21-
backports-strenum = "^1.2.4"
21+
2222

2323

2424
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)