Skip to content

Commit

Permalink
release(heliotrope): bump up 6.0.0-beta to 6.0.0-beta.1 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo authored Dec 24, 2021
1 parent a47ed20 commit 48115ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions heliotrope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class VersionInfo(NamedTuple):
serial: int


version_info = VersionInfo(major=6, minor=0, micro=0, releaselevel="beta", serial=0)
version_info = VersionInfo(major=6, minor=0, micro=0, releaselevel="beta", serial=1)

__version__ = f"{version_info.major}.{version_info.minor}.{version_info.micro}"
__detailed_version__ = f"{__version__}-{version_info.releaselevel}"
__version__ = f"{version_info.major}.{version_info.minor}.{version_info.micro}-{version_info.releaselevel}.{version_info.serial}"

0 comments on commit 48115ac

Please sign in to comment.