Skip to content

Commit

Permalink
Merge branch 'main' into #1990
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer authored Sep 8, 2024
2 parents 1062e16 + 82c223c commit b60299e
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 = 17
_revision = 1
_status = VersionStatus.RELEASE
_minor = 18
_revision = 0
_status = VersionStatus.ALPHA

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

0 comments on commit b60299e

Please sign in to comment.