Skip to content

Commit

Permalink
style(__init__): bump up 1.0.2 to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo authored Jul 13, 2021
1 parent 92c2568 commit ed0c985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koreanbots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class VersionInfo(NamedTuple):
serial: int


versioninfo = VersionInfo(1, 0, 2, "final", 0)
versioninfo = VersionInfo(1, 0, 3, "final", 0)

__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit ed0c985

Please sign in to comment.