Skip to content

Commit

Permalink
📌: release for v1.0.0-final :)
Browse files Browse the repository at this point in the history
  • Loading branch information
frissyn committed Mar 8, 2022
1 parent 31e1801 commit 5d289bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valorant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Version(t.NamedTuple):
release: t.Literal["alpha", "beta", "dev"]


version_info = Version(major=1, minor=0, micro=0, release="dev")
version_info = Version(major=1, minor=0, micro=0, release="")

if not version_info.release:
tag = ""
Expand Down

0 comments on commit 5d289bc

Please sign in to comment.