Skip to content

Commit

Permalink
🔧 fix: forgot to include the new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kurwjan committed Nov 26, 2023
1 parent 2f808ac commit a83151e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
copyright = "2023, kurwjan"
author = "kurwjan"

release = "0.4.0"
version = "0.4.0"
release = "0.4.1"
version = "0.4.1"

# -- General configuration

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lanisapi"
version = "0.4.0"
version = "0.4.1"
authors = [
{ name = "kurwjan" }
]
Expand All @@ -28,6 +28,7 @@ dependencies = [
"httpx",
"selectolax",
"pycryptodomex",
"py-machineid"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/lanisapi/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__( # noqa: D107

Request.set_headers(self.ad_header)

LOGGER.info("USING VERSION 0.4.0")
LOGGER.info("USING VERSION 0.4.1 (0.4.0)")

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

Expand Down

0 comments on commit a83151e

Please sign in to comment.