Skip to content

Commit

Permalink
Merge pull request #2084 from mabel-dev/#2061/1
Browse files Browse the repository at this point in the history
✨ push-based execution  #2061
  • Loading branch information
joocer authored Nov 7, 2024
2 parents dfc3f5c + 91933c2 commit b9f3d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opteryx/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class VersionStatus(Enum):


_major = 0
_minor = 18
_revision = 1
_status = VersionStatus.RELEASE
_minor = 19
_revision = 0
_status = VersionStatus.ALPHA

__author__ = "@joocer"
__version__ = f"{_major}.{_minor}.{_revision}" + (
Expand Down

0 comments on commit b9f3d47

Please sign in to comment.