Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit a83151e

Browse files
author
kurwjan
committed
🔧 fix: forgot to include the new dependency
1 parent 2f808ac commit a83151e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

‎docs/source/conf.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
copyright = "2023, kurwjan"
77
author = "kurwjan"
88

9-
release = "0.4.0"
10-
version = "0.4.0"
9+
release = "0.4.1"
10+
version = "0.4.1"
1111

1212
# -- General configuration
1313

‎pyproject.toml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "lanisapi"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
authors = [
99
{ name = "kurwjan" }
1010
]
@@ -28,6 +28,7 @@ dependencies = [
2828
"httpx",
2929
"selectolax",
3030
"pycryptodomex",
31+
"py-machineid"
3132
]
3233

3334
[project.urls]

‎src/lanisapi/client.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __init__( # noqa: D107
8888

8989
Request.set_headers(self.ad_header)
9090

91-
LOGGER.info("USING VERSION 0.4.0")
91+
LOGGER.info("USING VERSION 0.4.1 (0.4.0)")
9292

9393
LOGGER.warning("LANISAPI IS STILL IN A EARLY STAGE SO EXPECT BUGS.")
9494

0 commit comments

Comments
 (0)