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.13 to 4.0.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo committed Aug 1, 2021
1 parent c929841 commit b0df4c6
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.13"
__version__ = "4.0.0-alpha.14"

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

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

0 comments on commit b0df4c6

Please sign in to comment.