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.11 to 4.0.0-alpha.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ombe1229 committed Jul 27, 2021
1 parent 06a1a64 commit b7fca14
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.11"
__version__ = "4.0.0-alpha.12"

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

version_info = VersionInfo(major=4, minor=0, micro=0, releaselevel="alpha", serial=11)
version_info = VersionInfo(major=4, minor=0, micro=0, releaselevel="alpha", serial=12)

0 comments on commit b7fca14

Please sign in to comment.