Skip to content

Commit

Permalink
Merge pull request #23 from koreanbots/SaidBySolo-patch-1
Browse files Browse the repository at this point in the history
style(__init__): Bump up 1.0.4 to 1.1.0
  • Loading branch information
SaidBySolo authored Jul 15, 2021
2 parents 9ec50e0 + 7e4e948 commit 59ad26c
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 @@ -15,6 +15,6 @@ class VersionInfo(NamedTuple):
serial: int


versioninfo = VersionInfo(1, 0, 4, "final", 0)
versioninfo = VersionInfo(1, 1, 0, "final", 0)

__version__ = "1.0.4"
__version__ = "1.1.0"

0 comments on commit 59ad26c

Please sign in to comment.