Skip to content

Commit

Permalink
Bump version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scrazzz committed Apr 3, 2024
1 parent 96f922d commit 9d655d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redgifs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__author__ = 'scrazzz'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022-present scrazzz'
__version__ = '1.9.1'
__version__ = '1.9.2'

from typing import Literal, NamedTuple

Expand All @@ -43,6 +43,6 @@ class VersionInfo(NamedTuple):
micro: int
releaselevel: Literal['alpha', 'beta', 'final']

version_info: VersionInfo = VersionInfo(major=1, minor=9, micro=1, releaselevel='final')
version_info: VersionInfo = VersionInfo(major=1, minor=9, micro=2, releaselevel='final')

del NamedTuple, VersionInfo

0 comments on commit 9d655d5

Please sign in to comment.