Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
style(hiyobot): Bump up 4.0.0-alpha.14 to 4.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo committed Aug 1, 2021
1 parent ab1af44 commit bc6d0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hiyobot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from collections import namedtuple

__version__ = "4.0.0-alpha.14"
__version__ = "4.0.0-alpha.15"

VersionInfo = namedtuple("VersionInfo", "major minor micro releaselevel serial")

version_info = VersionInfo(major=4, minor=0, micro=0, releaselevel="alpha", serial=14)
version_info = VersionInfo(major=4, minor=0, micro=0, releaselevel="alpha", serial=15)

0 comments on commit bc6d0ef

Please sign in to comment.