diff --git a/opteryx/__version__.py b/opteryx/__version__.py index 116d73274..76863ba64 100644 --- a/opteryx/__version__.py +++ b/opteryx/__version__.py @@ -1,4 +1,4 @@ -__build__ = 130 +__build__ = 134 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -32,4 +32,4 @@ class VersionStatus(Enum): __version__ = f"{_major}.{_minor}.{_revision}" + ( f"-{_status.value}.{__build__}" if _status != VersionStatus.RELEASE else "" -) +) \ No newline at end of file