diff --git a/valorant/__init__.py b/valorant/__init__.py index 0cc88d9..c598dc3 100644 --- a/valorant/__init__.py +++ b/valorant/__init__.py @@ -9,6 +9,7 @@ __title__ = "valorant" __author__ = "frissyn" +__doc__ = "Complete Python interface for the Valorant API. Works right out of the box!" __all__ = ["Client", "exp", "Expression", "LocalClient", "Lex"] @@ -19,7 +20,7 @@ class Version(t.NamedTuple): release: t.Literal["alpha", "beta", "dev"] -version_info = Version(major=1, minor=0, micro=2, release="dev") +version_info = Version(major=1, minor=0, micro=2, release="") if not version_info.release: tag = ""