Skip to content

Commit

Permalink
🔖 [Version tag] v1.2.18
Browse files Browse the repository at this point in the history
Signed-off-by: Fox_white <[email protected]>
  • Loading branch information
foxwhite25 committed Aug 12, 2023
1 parent 580b70a commit 182cc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__title__ = 'qq'
__author__ = 'Foxwhite'
__license__ = 'MIT'
__version__ = '1.2.17'
__version__ = '1.2.18'

# The MIT License (MIT)
# Copyright (c) 2021-present foxwhite25
Expand Down Expand Up @@ -62,4 +62,4 @@ class VersionInfo(NamedTuple):
serial: int


version_info: VersionInfo = VersionInfo(major=1, minor=2, micro=17, releaselevel='final', serial=0)
version_info: VersionInfo = VersionInfo(major=1, minor=2, micro=18, releaselevel='final', serial=0)

0 comments on commit 182cc9f

Please sign in to comment.