Skip to content

Commit

Permalink
Bump version 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scrazzz committed Feb 6, 2024
1 parent 85165c8 commit 7cb7774
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.8.3a'
__version__ = '1.9.0'

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=8, micro=3, releaselevel='alpha')
version_info: VersionInfo = VersionInfo(major=1, minor=9, micro=0, releaselevel='final')

del NamedTuple, VersionInfo

0 comments on commit 7cb7774

Please sign in to comment.