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

Commit 2f808ac

Browse files
author
kurwjan
committed
πŸš€ bump: bump up version to 0.4.0
1 parent 5562476 commit 2f808ac

3 files changed

Lines changed: 4 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.0a"
10-
version = "0.4.0a"
9+
release = "0.4.0"
10+
version = "0.4.0"
1111

1212
# -- General configuration
1313

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 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.0a"
7+
version = "0.4.0"
88
authors = [
99
{ name = "kurwjan" }
1010
]

β€Ž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 ALPHA")
91+
LOGGER.info("USING VERSION 0.4.0")
9292

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

0 commit comments

Comments
Β (0)