Skip to content

Commit

Permalink
Update Build Number to 134
Browse files Browse the repository at this point in the history
  • Loading branch information
XB500 committed Dec 14, 2023
1 parent e361cd0 commit fc49cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opteryx/__version__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -32,4 +32,4 @@ class VersionStatus(Enum):

__version__ = f"{_major}.{_minor}.{_revision}" + (
f"-{_status.value}.{__build__}" if _status != VersionStatus.RELEASE else ""
)
)

0 comments on commit fc49cfd

Please sign in to comment.