Skip to content

Commit

Permalink
📌: release for v1.0.2 :)
Browse files Browse the repository at this point in the history
  • Loading branch information
frissyn committed Mar 14, 2022
1 parent fdb0a1c commit e09f5b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion valorant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]


Expand All @@ -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 = ""
Expand Down

0 comments on commit e09f5b1

Please sign in to comment.