diff --git a/opteryx/__version__.py b/opteryx/__version__.py index 284da28e2..c05e4e3b5 100644 --- a/opteryx/__version__.py +++ b/opteryx/__version__.py @@ -1,4 +1,4 @@ -__build__ = 518 +__build__ = 519 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ class VersionStatus(Enum): _major = 0 _minor = 15 _revision = 0 -_status = VersionStatus.BETA +_status = VersionStatus.RELEASE __author__ = "@joocer" __version__ = f"{_major}.{_minor}.{_revision}" + (