Skip to content

Commit

Permalink
Bump version 1.9.5 final
Browse files Browse the repository at this point in the history
  • Loading branch information
scrazzz authored Sep 5, 2024
1 parent f8f7e90 commit e243251
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.4'
__version__ = '1.9.5'

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=4, releaselevel='final')
version_info: VersionInfo = VersionInfo(major=1, minor=9, micro=5, releaselevel='final')

del NamedTuple, VersionInfo

0 comments on commit e243251

Please sign in to comment.