Skip to content

Commit

Permalink
release: Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awayume committed Apr 22, 2023
1 parent b7f6eeb commit c574443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord_rich_help/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
__author__ = 'PescadoGames'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2023 PescadoGames'
__version__ = '0.1.0'
__version__ = '0.1.1'

from typing import Literal, NamedTuple

Expand All @@ -43,6 +43,6 @@ class VersionInfo(NamedTuple):
serial: int


version_info: VersionInfo = VersionInfo(major=0, minor=1, micro=0, releaseLevel='final', serial=0)
version_info: VersionInfo = VersionInfo(major=0, minor=1, micro=1, releaseLevel='final', serial=0)

del NamedTuple, Literal, VersionInfo

0 comments on commit c574443

Please sign in to comment.