Skip to content

Commit

Permalink
[Deploy] Bump to v1.1.2 (Missing commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyu1019 authored Jan 11, 2025
1 parent f37b89d commit c3f0ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chzzkpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
__author__ = "gunyu1019"
__license__ = "MIT"
__copyright__ = "Copyright 2024-present gunyu1019"
__version__ = "1.1.1" # version_info.to_string()
__version__ = "1.1.2" # version_info.to_string()


class VersionInfo(NamedTuple):
Expand All @@ -58,5 +58,5 @@ def to_string(self) -> str:


version_info: VersionInfo = VersionInfo(
major=1, minor=1, micro=1, release_level=None, serial=0
major=1, minor=1, micro=2, release_level=None, serial=0
)

0 comments on commit c3f0ed3

Please sign in to comment.