Skip to content

Commit 0959880

Browse files
committed
v0.2.5 - fixed optional dependency issue, and init edited, with version bump
1 parent 46f2eff commit 0959880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mystbin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
DEALINGS IN THE SOFTWARE.
2323
"""
2424

25-
from .client import MystClient
25+
from .client import MystbinClient
2626
from .errors import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mystbin.py"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "A small simple wrapper around the mystb.in API."
55
authors = ["AbstractUmbra <Umbra@AbstractUmbra.xyz>"]
66
license = "MIT"

0 commit comments

Comments
 (0)