Skip to content

Commit

Permalink
Bump version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Apr 30, 2024
1 parent a1ded9e commit c0f4234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions valorant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__author__ = 'STACiA'
__license__ = 'MIT'
__copyright__ = 'Copyright 2023-present STACiA'
__version__ = '1.0.8a'
__version__ = '1.0.8'

from typing import Literal, NamedTuple

Expand Down Expand Up @@ -90,6 +90,6 @@ class VersionInfo(NamedTuple):
release: Literal['alpha', 'beta', 'final']


version_info: VersionInfo = VersionInfo(major=1, minor=0, micro=7, release='alpha')
version_info: VersionInfo = VersionInfo(major=1, minor=0, micro=8, release='final')

del NamedTuple, Literal, VersionInfo

0 comments on commit c0f4234

Please sign in to comment.